aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/models/editgroup_annotation.py
diff options
context:
space:
mode:
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/models/editgroup_annotation.py')
-rw-r--r--python_openapi_client/fatcat_openapi_client/models/editgroup_annotation.py18
1 files changed, 12 insertions, 6 deletions
diff --git a/python_openapi_client/fatcat_openapi_client/models/editgroup_annotation.py b/python_openapi_client/fatcat_openapi_client/models/editgroup_annotation.py
index d2dde642..4fc80c5d 100644
--- a/python_openapi_client/fatcat_openapi_client/models/editgroup_annotation.py
+++ b/python_openapi_client/fatcat_openapi_client/models/editgroup_annotation.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
"""
@@ -112,7 +112,7 @@ class EditgroupAnnotation(object):
def editgroup_id(self):
"""Gets the editgroup_id of this EditgroupAnnotation. # noqa: E501
- base32-encoded unique identifier # noqa: E501
+ Editgroup that this annotation applies to. Set automatically in creations based on URL parameter. # noqa: E501
:return: The editgroup_id of this EditgroupAnnotation. # noqa: E501
:rtype: str
@@ -123,7 +123,7 @@ class EditgroupAnnotation(object):
def editgroup_id(self, editgroup_id):
"""Sets the editgroup_id of this EditgroupAnnotation.
- base32-encoded unique identifier # noqa: E501
+ Editgroup that this annotation applies to. Set automatically in creations based on URL parameter. # noqa: E501
:param editgroup_id: The editgroup_id of this EditgroupAnnotation. # noqa: E501
:type: str
@@ -141,7 +141,7 @@ class EditgroupAnnotation(object):
def editor_id(self):
"""Gets the editor_id of this EditgroupAnnotation. # noqa: E501
- base32-encoded unique identifier # noqa: E501
+ Defaults to editor created the annotation via POST request. # noqa: E501
:return: The editor_id of this EditgroupAnnotation. # noqa: E501
:rtype: str
@@ -152,7 +152,7 @@ class EditgroupAnnotation(object):
def editor_id(self, editor_id):
"""Sets the editor_id of this EditgroupAnnotation.
- base32-encoded unique identifier # noqa: E501
+ Defaults to editor created the annotation via POST request. # noqa: E501
:param editor_id: The editor_id of this EditgroupAnnotation. # noqa: E501
:type: str
@@ -170,6 +170,7 @@ class EditgroupAnnotation(object):
def editor(self):
"""Gets the editor of this EditgroupAnnotation. # noqa: E501
+ Only included in GET responses; ignored in PUT or POST requests. # noqa: E501
:return: The editor of this EditgroupAnnotation. # noqa: E501
:rtype: Editor
@@ -180,6 +181,7 @@ class EditgroupAnnotation(object):
def editor(self, editor):
"""Sets the editor of this EditgroupAnnotation.
+ Only included in GET responses; ignored in PUT or POST requests. # noqa: E501
:param editor: The editor of this EditgroupAnnotation. # noqa: E501
:type: Editor
@@ -191,6 +193,7 @@ class EditgroupAnnotation(object):
def created(self):
"""Gets the created of this EditgroupAnnotation. # noqa: E501
+ Timestamp when annotation was first created. # noqa: E501
:return: The created of this EditgroupAnnotation. # noqa: E501
:rtype: datetime
@@ -201,6 +204,7 @@ class EditgroupAnnotation(object):
def created(self, created):
"""Sets the created of this EditgroupAnnotation.
+ Timestamp when annotation was first created. # noqa: E501
:param created: The created of this EditgroupAnnotation. # noqa: E501
:type: datetime
@@ -233,6 +237,7 @@ class EditgroupAnnotation(object):
def extra(self):
"""Gets the extra of this EditgroupAnnotation. # noqa: E501
+ Additional free-form JSON metadata that can be included as part of the annotation (or even as the primary annotation itself). See guide for details. # noqa: E501
:return: The extra of this EditgroupAnnotation. # noqa: E501
:rtype: object
@@ -243,6 +248,7 @@ class EditgroupAnnotation(object):
def extra(self, extra):
"""Sets the extra of this EditgroupAnnotation.
+ Additional free-form JSON metadata that can be included as part of the annotation (or even as the primary annotation itself). See guide for details. # noqa: E501
:param extra: The extra of this EditgroupAnnotation. # noqa: E501
:type: object