aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/models/changelog_entry.py
diff options
context:
space:
mode:
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/models/changelog_entry.py')
-rw-r--r--python_openapi_client/fatcat_openapi_client/models/changelog_entry.py10
1 files changed, 8 insertions, 2 deletions
diff --git a/python_openapi_client/fatcat_openapi_client/models/changelog_entry.py b/python_openapi_client/fatcat_openapi_client/models/changelog_entry.py
index 893a3d2b..dbb1a9ca 100644
--- a/python_openapi_client/fatcat_openapi_client/models/changelog_entry.py
+++ b/python_openapi_client/fatcat_openapi_client/models/changelog_entry.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
"""
@@ -65,6 +65,7 @@ class ChangelogEntry(object):
def index(self):
"""Gets the index of this ChangelogEntry. # noqa: E501
+ Monotonically increasing sequence number of this changelog entry. # noqa: E501
:return: The index of this ChangelogEntry. # noqa: E501
:rtype: int
@@ -75,6 +76,7 @@ class ChangelogEntry(object):
def index(self, index):
"""Sets the index of this ChangelogEntry.
+ Monotonically increasing sequence number of this changelog entry. # noqa: E501
:param index: The index of this ChangelogEntry. # noqa: E501
:type: int
@@ -88,6 +90,7 @@ class ChangelogEntry(object):
def editgroup_id(self):
"""Gets the editgroup_id of this ChangelogEntry. # noqa: E501
+ Identifier of editgroup accepted/merged in this changelog entry. # noqa: E501
:return: The editgroup_id of this ChangelogEntry. # noqa: E501
:rtype: str
@@ -98,6 +101,7 @@ class ChangelogEntry(object):
def editgroup_id(self, editgroup_id):
"""Sets the editgroup_id of this ChangelogEntry.
+ Identifier of editgroup accepted/merged in this changelog entry. # noqa: E501
:param editgroup_id: The editgroup_id of this ChangelogEntry. # noqa: E501
:type: str
@@ -111,6 +115,7 @@ class ChangelogEntry(object):
def timestamp(self):
"""Gets the timestamp of this ChangelogEntry. # noqa: E501
+ Date and time when the editgroup was accpeted. # noqa: E501
:return: The timestamp of this ChangelogEntry. # noqa: E501
:rtype: datetime
@@ -121,6 +126,7 @@ class ChangelogEntry(object):
def timestamp(self, timestamp):
"""Sets the timestamp of this ChangelogEntry.
+ Date and time when the editgroup was accpeted. # noqa: E501
:param timestamp: The timestamp of this ChangelogEntry. # noqa: E501
:type: datetime