aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/models/work_entity.py
diff options
context:
space:
mode:
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/models/work_entity.py')
-rw-r--r--python_openapi_client/fatcat_openapi_client/models/work_entity.py8
1 files changed, 6 insertions, 2 deletions
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