aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_client/models/entity_edit.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-07-20 21:02:00 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-07-20 21:02:00 -0700
commit0c466a3fb52c69f352453ed0517d417fa7ff7ee1 (patch)
tree70616b3a01fb7de9bef3e5f7b7ced8f3e90cef95 /python/fatcat_client/models/entity_edit.py
parentf3243f752f4a1eaae8726674b1978d96ad8da2e4 (diff)
downloadfatcat-0c466a3fb52c69f352453ed0517d417fa7ff7ee1.tar.gz
fatcat-0c466a3fb52c69f352453ed0517d417fa7ff7ee1.zip
codegen python client
Diffstat (limited to 'python/fatcat_client/models/entity_edit.py')
-rw-r--r--python/fatcat_client/models/entity_edit.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/python/fatcat_client/models/entity_edit.py b/python/fatcat_client/models/entity_edit.py
index 47437af2..d2d17d85 100644
--- a/python/fatcat_client/models/entity_edit.py
+++ b/python/fatcat_client/models/entity_edit.py
@@ -33,9 +33,9 @@ class EntityEdit(object):
swagger_types = {
'edit_id': 'int',
'ident': 'str',
- 'revision': 'int',
+ 'revision': 'str',
'redirect_ident': 'str',
- 'editgroup_id': 'int',
+ 'editgroup_id': 'str',
'extra': 'object'
}
@@ -121,7 +121,7 @@ class EntityEdit(object):
:return: The revision of this EntityEdit. # noqa: E501
- :rtype: int
+ :rtype: str
"""
return self._revision
@@ -131,7 +131,7 @@ class EntityEdit(object):
:param revision: The revision of this EntityEdit. # noqa: E501
- :type: int
+ :type: str
"""
self._revision = revision
@@ -163,7 +163,7 @@ class EntityEdit(object):
:return: The editgroup_id of this EntityEdit. # noqa: E501
- :rtype: int
+ :rtype: str
"""
return self._editgroup_id
@@ -173,7 +173,7 @@ class EntityEdit(object):
:param editgroup_id: The editgroup_id of this EntityEdit. # noqa: E501
- :type: int
+ :type: str
"""
if editgroup_id is None:
raise ValueError("Invalid value for `editgroup_id`, must not be `None`") # noqa: E501