aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/models/release_abstract.py
diff options
context:
space:
mode:
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/models/release_abstract.py')
-rw-r--r--python_openapi_client/fatcat_openapi_client/models/release_abstract.py12
1 files changed, 10 insertions, 2 deletions
diff --git a/python_openapi_client/fatcat_openapi_client/models/release_abstract.py b/python_openapi_client/fatcat_openapi_client/models/release_abstract.py
index 173aaa4c..8f2f3588 100644
--- a/python_openapi_client/fatcat_openapi_client/models/release_abstract.py
+++ b/python_openapi_client/fatcat_openapi_client/models/release_abstract.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
"""
@@ -66,6 +66,7 @@ class ReleaseAbstract(object):
def sha1(self):
"""Gets the sha1 of this ReleaseAbstract. # noqa: E501
+ SHA-1 hash of data, in hex encoding # noqa: E501
:return: The sha1 of this ReleaseAbstract. # noqa: E501
:rtype: str
@@ -76,6 +77,7 @@ class ReleaseAbstract(object):
def sha1(self, sha1):
"""Sets the sha1 of this ReleaseAbstract.
+ SHA-1 hash of data, in hex encoding # noqa: E501
:param sha1: The sha1 of this ReleaseAbstract. # noqa: E501
:type: str
@@ -93,6 +95,7 @@ class ReleaseAbstract(object):
def content(self):
"""Gets the content of this ReleaseAbstract. # noqa: E501
+ Abstract content. May be encoded, as per `mimetype` field, but only string/text content may be included. # noqa: E501
:return: The content of this ReleaseAbstract. # noqa: E501
:rtype: str
@@ -103,6 +106,7 @@ class ReleaseAbstract(object):
def content(self, content):
"""Sets the content of this ReleaseAbstract.
+ Abstract content. May be encoded, as per `mimetype` field, but only string/text content may be included. # noqa: E501
:param content: The content of this ReleaseAbstract. # noqa: E501
:type: str
@@ -114,6 +118,7 @@ class ReleaseAbstract(object):
def mimetype(self):
"""Gets the mimetype of this ReleaseAbstract. # noqa: E501
+ Mimetype of abstract contents. `text/plain` is the default if content isn't encoded. # noqa: E501
:return: The mimetype of this ReleaseAbstract. # noqa: E501
:rtype: str
@@ -124,6 +129,7 @@ class ReleaseAbstract(object):
def mimetype(self, mimetype):
"""Sets the mimetype of this ReleaseAbstract.
+ Mimetype of abstract contents. `text/plain` is the default if content isn't encoded. # noqa: E501
:param mimetype: The mimetype of this ReleaseAbstract. # noqa: E501
:type: str
@@ -135,6 +141,7 @@ class ReleaseAbstract(object):
def lang(self):
"""Gets the lang of this ReleaseAbstract. # noqa: E501
+ ISO language code of the abstract. Same semantics as release `language` field. # noqa: E501
:return: The lang of this ReleaseAbstract. # noqa: E501
:rtype: str
@@ -145,6 +152,7 @@ class ReleaseAbstract(object):
def lang(self, lang):
"""Sets the lang of this ReleaseAbstract.
+ ISO language code of the abstract. Same semantics as release `language` field. # noqa: E501
:param lang: The lang of this ReleaseAbstract. # noqa: E501
:type: str