aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/models/editgroup.py
diff options
context:
space:
mode:
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/models/editgroup.py')
-rw-r--r--python_openapi_client/fatcat_openapi_client/models/editgroup.py26
1 files changed, 20 insertions, 6 deletions
diff --git a/python_openapi_client/fatcat_openapi_client/models/editgroup.py b/python_openapi_client/fatcat_openapi_client/models/editgroup.py
index 4874f528..3c12db6d 100644
--- a/python_openapi_client/fatcat_openapi_client/models/editgroup.py
+++ b/python_openapi_client/fatcat_openapi_client/models/editgroup.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
"""
@@ -100,7 +100,7 @@ class Editgroup(object):
def editgroup_id(self):
"""Gets the editgroup_id of this Editgroup. # noqa: E501
- base32-encoded unique identifier # noqa: E501
+ Fatcat identifier for this editgroup. Assigned on creation. # noqa: E501
:return: The editgroup_id of this Editgroup. # noqa: E501
:rtype: str
@@ -111,7 +111,7 @@ class Editgroup(object):
def editgroup_id(self, editgroup_id):
"""Sets the editgroup_id of this Editgroup.
- base32-encoded unique identifier # noqa: E501
+ Fatcat identifier for this editgroup. Assigned on creation. # noqa: E501
:param editgroup_id: The editgroup_id of this Editgroup. # noqa: E501
:type: str
@@ -129,7 +129,7 @@ class Editgroup(object):
def editor_id(self):
"""Gets the editor_id of this Editgroup. # noqa: E501
- base32-encoded unique identifier # noqa: E501
+ Fatcat identifer of editor that created this editgroup. # noqa: E501
:return: The editor_id of this Editgroup. # noqa: E501
:rtype: str
@@ -140,7 +140,7 @@ class Editgroup(object):
def editor_id(self, editor_id):
"""Sets the editor_id of this Editgroup.
- base32-encoded unique identifier # noqa: E501
+ Fatcat identifer of editor that created this editgroup. # noqa: E501
:param editor_id: The editor_id of this Editgroup. # noqa: E501
:type: str
@@ -158,6 +158,7 @@ class Editgroup(object):
def editor(self):
"""Gets the editor of this Editgroup. # noqa: E501
+ Complete editor object identified by `container_id` field. Only included in GET responses. # noqa: E501
:return: The editor of this Editgroup. # noqa: E501
:rtype: Editor
@@ -168,6 +169,7 @@ class Editgroup(object):
def editor(self, editor):
"""Sets the editor of this Editgroup.
+ Complete editor object identified by `container_id` field. Only included in GET responses. # noqa: E501
:param editor: The editor of this Editgroup. # noqa: E501
:type: Editor
@@ -179,6 +181,7 @@ class Editgroup(object):
def changelog_index(self):
"""Gets the changelog_index of this Editgroup. # noqa: E501
+ For accepted/merged editgroups, the changelog index that the accept occured at. WARNING: not populated in all contexts that an editgroup could be included in a response. # noqa: E501
:return: The changelog_index of this Editgroup. # noqa: E501
:rtype: int
@@ -189,6 +192,7 @@ class Editgroup(object):
def changelog_index(self, changelog_index):
"""Sets the changelog_index of this Editgroup.
+ For accepted/merged editgroups, the changelog index that the accept occured at. WARNING: not populated in all contexts that an editgroup could be included in a response. # noqa: E501
:param changelog_index: The changelog_index of this Editgroup. # noqa: E501
:type: int
@@ -200,6 +204,7 @@ class Editgroup(object):
def created(self):
"""Gets the created of this Editgroup. # noqa: E501
+ Timestamp when this editgroup was first created. # noqa: E501
:return: The created of this Editgroup. # noqa: E501
:rtype: datetime
@@ -210,6 +215,7 @@ class Editgroup(object):
def created(self, created):
"""Sets the created of this Editgroup.
+ Timestamp when this editgroup was first created. # noqa: E501
:param created: The created of this Editgroup. # noqa: E501
:type: datetime
@@ -221,6 +227,7 @@ class Editgroup(object):
def submitted(self):
"""Gets the submitted of this Editgroup. # noqa: E501
+ Timestamp when this editgroup was most recently submitted for review. If withdrawn, or never submitted, will be `null`. # noqa: E501
:return: The submitted of this Editgroup. # noqa: E501
:rtype: datetime
@@ -231,6 +238,7 @@ class Editgroup(object):
def submitted(self, submitted):
"""Sets the submitted of this Editgroup.
+ Timestamp when this editgroup was most recently submitted for review. If withdrawn, or never submitted, will be `null`. # noqa: E501
:param submitted: The submitted of this Editgroup. # noqa: E501
:type: datetime
@@ -242,6 +250,7 @@ class Editgroup(object):
def description(self):
"""Gets the description of this Editgroup. # noqa: E501
+ Comment describing the changes in this editgroup. Can be updated with PUT request. # noqa: E501
:return: The description of this Editgroup. # noqa: E501
:rtype: str
@@ -252,6 +261,7 @@ class Editgroup(object):
def description(self, description):
"""Sets the description of this Editgroup.
+ Comment describing the changes in this editgroup. Can be updated with PUT request. # noqa: E501
:param description: The description of this Editgroup. # noqa: E501
:type: str
@@ -263,6 +273,7 @@ class Editgroup(object):
def extra(self):
"""Gets the extra of this Editgroup. # noqa: E501
+ Free-form JSON metadata attached to this editgroup. Eg, metadata provenance, or script user-agent details. See guide for (unenforced) schema norms. # noqa: E501
:return: The extra of this Editgroup. # noqa: E501
:rtype: object
@@ -273,6 +284,7 @@ class Editgroup(object):
def extra(self, extra):
"""Sets the extra of this Editgroup.
+ Free-form JSON metadata attached to this editgroup. Eg, metadata provenance, or script user-agent details. See guide for (unenforced) schema norms. # noqa: E501
:param extra: The extra of this Editgroup. # noqa: E501
:type: object
@@ -284,6 +296,7 @@ class Editgroup(object):
def annotations(self):
"""Gets the annotations of this Editgroup. # noqa: E501
+ Only included in GET responses, and not in all contexts. Do not include this field in PUT or POST requests. # noqa: E501
:return: The annotations of this Editgroup. # noqa: E501
:rtype: list[EditgroupAnnotation]
@@ -294,6 +307,7 @@ class Editgroup(object):
def annotations(self, annotations):
"""Sets the annotations of this Editgroup.
+ Only included in GET responses, and not in all contexts. Do not include this field in PUT or POST requests. # noqa: E501
:param annotations: The annotations of this Editgroup. # noqa: E501
:type: list[EditgroupAnnotation]