From 0c466a3fb52c69f352453ed0517d417fa7ff7ee1 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 20 Jul 2018 21:02:00 -0700 Subject: codegen python client --- python/fatcat_client/models/creator_entity.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'python/fatcat_client/models/creator_entity.py') diff --git a/python/fatcat_client/models/creator_entity.py b/python/fatcat_client/models/creator_entity.py index 254e3a65..ac221f97 100644 --- a/python/fatcat_client/models/creator_entity.py +++ b/python/fatcat_client/models/creator_entity.py @@ -37,9 +37,9 @@ class CreatorEntity(object): 'display_name': 'str', 'state': 'str', 'ident': 'str', - 'revision': 'int', + 'revision': 'str', 'redirect': 'str', - 'editgroup_id': 'int', + 'editgroup_id': 'str', 'extra': 'object' } @@ -231,7 +231,7 @@ class CreatorEntity(object): :return: The revision of this CreatorEntity. # noqa: E501 - :rtype: int + :rtype: str """ return self._revision @@ -241,7 +241,7 @@ class CreatorEntity(object): :param revision: The revision of this CreatorEntity. # noqa: E501 - :type: int + :type: str """ self._revision = revision @@ -273,7 +273,7 @@ class CreatorEntity(object): :return: The editgroup_id of this CreatorEntity. # noqa: E501 - :rtype: int + :rtype: str """ return self._editgroup_id @@ -283,7 +283,7 @@ class CreatorEntity(object): :param editgroup_id: The editgroup_id of this CreatorEntity. # noqa: E501 - :type: int + :type: str """ self._editgroup_id = editgroup_id -- cgit v1.2.3