summaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/models/fileset_entity.py
diff options
context:
space:
mode:
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/models/fileset_entity.py')
-rw-r--r--python_openapi_client/fatcat_openapi_client/models/fileset_entity.py14
1 files changed, 10 insertions, 4 deletions
diff --git a/python_openapi_client/fatcat_openapi_client/models/fileset_entity.py b/python_openapi_client/fatcat_openapi_client/models/fileset_entity.py
index c0d02fd3..a3ebba42 100644
--- a/python_openapi_client/fatcat_openapi_client/models/fileset_entity.py
+++ b/python_openapi_client/fatcat_openapi_client/models/fileset_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
"""
@@ -99,7 +99,7 @@ class FilesetEntity(object):
def releases(self):
"""Gets the releases of this FilesetEntity. # noqa: E501
- Optional; GET-only # noqa: E501
+ Full release entities, included in GET responses when `releases` included in `expand` parameter. Ignored if included in PUT or POST requests. # noqa: E501
:return: The releases of this FilesetEntity. # noqa: E501
:rtype: list[ReleaseEntity]
@@ -110,7 +110,7 @@ class FilesetEntity(object):
def releases(self, releases):
"""Sets the releases of this FilesetEntity.
- Optional; GET-only # noqa: E501
+ Full release entities, included in GET responses when `releases` included in `expand` parameter. Ignored if included in PUT or POST requests. # noqa: E501
:param releases: The releases of this FilesetEntity. # noqa: E501
:type: list[ReleaseEntity]
@@ -122,6 +122,7 @@ class FilesetEntity(object):
def release_ids(self):
"""Gets the release_ids of this FilesetEntity. # noqa: E501
+ Set of identifier of release entities this fileset represents a full manifestation of. Usually a single release. # noqa: E501
:return: The release_ids of this FilesetEntity. # noqa: E501
:rtype: list[str]
@@ -132,6 +133,7 @@ class FilesetEntity(object):
def release_ids(self, release_ids):
"""Sets the release_ids of this FilesetEntity.
+ Set of identifier of release entities this fileset represents a full manifestation of. Usually a single release. # noqa: E501
:param release_ids: The release_ids of this FilesetEntity. # noqa: E501
:type: list[str]
@@ -299,6 +301,7 @@ class FilesetEntity(object):
def extra(self):
"""Gets the extra of this FilesetEntity. # 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 FilesetEntity. # noqa: E501
:rtype: object
@@ -309,6 +312,7 @@ class FilesetEntity(object):
def extra(self, extra):
"""Sets the extra of this FilesetEntity.
+ 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 FilesetEntity. # noqa: E501
:type: object
@@ -320,6 +324,7 @@ class FilesetEntity(object):
def edit_extra(self):
"""Gets the edit_extra of this FilesetEntity. # 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 FilesetEntity. # noqa: E501
:rtype: object
@@ -330,6 +335,7 @@ class FilesetEntity(object):
def edit_extra(self, edit_extra):
"""Sets the edit_extra of this FilesetEntity.
+ 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 FilesetEntity. # noqa: E501
:type: object