diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-13 11:29:00 -0700 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-13 11:32:09 -0700 | 
| commit | 0e1ddd94f7f210391dfc34ddcc370d63ef497c16 (patch) | |
| tree | d7ece9b2c80c45156899f409ca0c913ddf065418 /python_openapi_client/fatcat_openapi_client/models/fileset_entity.py | |
| parent | ca8faa346c015052b815a0e613b3ad3e840d2c96 (diff) | |
| download | fatcat-0e1ddd94f7f210391dfc34ddcc370d63ef497c16.tar.gz fatcat-0e1ddd94f7f210391dfc34ddcc370d63ef497c16.zip | |
re-codegen python code
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.py | 14 | 
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 | 
