From 0e1ddd94f7f210391dfc34ddcc370d63ef497c16 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 13 Sep 2019 11:29:00 -0700 Subject: re-codegen python code --- python_openapi_client/fatcat_openapi_client/models/work_entity.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'python_openapi_client/fatcat_openapi_client/models/work_entity.py') diff --git a/python_openapi_client/fatcat_openapi_client/models/work_entity.py b/python_openapi_client/fatcat_openapi_client/models/work_entity.py index 80cb2330..cddb19da 100644 --- a/python_openapi_client/fatcat_openapi_client/models/work_entity.py +++ b/python_openapi_client/fatcat_openapi_client/models/work_entity.py @@ -3,10 +3,10 @@ """ fatcat - A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501 + Fatcat is a scalable, versioned, API-oriented catalog of bibliographic entities and file metadata. # noqa: E501 OpenAPI spec version: 0.3.0 - + Contact: webservices@archive.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -76,6 +76,7 @@ class WorkEntity(object): def edit_extra(self): """Gets the edit_extra of this WorkEntity. # noqa: E501 + Free-form JSON metadata that will be stored with specific entity edits (eg, creation/update/delete). # noqa: E501 :return: The edit_extra of this WorkEntity. # noqa: E501 :rtype: object @@ -86,6 +87,7 @@ class WorkEntity(object): def edit_extra(self, edit_extra): """Sets the edit_extra of this WorkEntity. + Free-form JSON metadata that will be stored with specific entity edits (eg, creation/update/delete). # noqa: E501 :param edit_extra: The edit_extra of this WorkEntity. # noqa: E501 :type: object @@ -97,6 +99,7 @@ class WorkEntity(object): def extra(self): """Gets the extra of this WorkEntity. # noqa: E501 + Free-form JSON metadata that will be stored with the other entity metadata. See guide for (unenforced) schema conventions. # noqa: E501 :return: The extra of this WorkEntity. # noqa: E501 :rtype: object @@ -107,6 +110,7 @@ class WorkEntity(object): def extra(self, extra): """Sets the extra of this WorkEntity. + Free-form JSON metadata that will be stored with the other entity metadata. See guide for (unenforced) schema conventions. # noqa: E501 :param extra: The extra of this WorkEntity. # noqa: E501 :type: object -- cgit v1.2.3