aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_client/models/work_entity.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/work_entity.py
parentf3243f752f4a1eaae8726674b1978d96ad8da2e4 (diff)
downloadfatcat-0c466a3fb52c69f352453ed0517d417fa7ff7ee1.tar.gz
fatcat-0c466a3fb52c69f352453ed0517d417fa7ff7ee1.zip
codegen python client
Diffstat (limited to 'python/fatcat_client/models/work_entity.py')
-rw-r--r--python/fatcat_client/models/work_entity.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/python/fatcat_client/models/work_entity.py b/python/fatcat_client/models/work_entity.py
index ffdc2c43..e1c9ebdf 100644
--- a/python/fatcat_client/models/work_entity.py
+++ b/python/fatcat_client/models/work_entity.py
@@ -33,9 +33,9 @@ class WorkEntity(object):
swagger_types = {
'work_type': 'str',
'extra': 'object',
- 'editgroup_id': 'int',
+ 'editgroup_id': 'str',
'redirect': 'str',
- 'revision': 'int',
+ 'revision': 'str',
'ident': 'str',
'state': 'str'
}
@@ -125,7 +125,7 @@ class WorkEntity(object):
:return: The editgroup_id of this WorkEntity. # noqa: E501
- :rtype: int
+ :rtype: str
"""
return self._editgroup_id
@@ -135,7 +135,7 @@ class WorkEntity(object):
:param editgroup_id: The editgroup_id of this WorkEntity. # noqa: E501
- :type: int
+ :type: str
"""
self._editgroup_id = editgroup_id
@@ -167,7 +167,7 @@ class WorkEntity(object):
:return: The revision of this WorkEntity. # noqa: E501
- :rtype: int
+ :rtype: str
"""
return self._revision
@@ -177,7 +177,7 @@ class WorkEntity(object):
:param revision: The revision of this WorkEntity. # noqa: E501
- :type: int
+ :type: str
"""
self._revision = revision