swagger_client.models.publication_item module

mzTab-M reference implementation and validation API.

This is the mzTab-M reference implementation and validation API service. # noqa: E501

OpenAPI spec version: 2.0.0 Contact: nils.hoffmann@isas.de Generated by: https://github.com/swagger-api/swagger-codegen.git

class swagger_client.models.publication_item.PublicationItem(type='doi', accession=None)

Bases: object

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually.

PublicationItem - a model defined in Swagger

property accession

Gets the accession of this PublicationItem. # noqa: E501

The native accession id for this publication item. # noqa: E501

Returns

The accession of this PublicationItem. # noqa: E501

Return type

str

attribute_map = {'accession': 'accession', 'type': 'type'}
swagger_types = {'accession': 'str', 'type': 'str'}
to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model

property type

Gets the type of this PublicationItem. # noqa: E501

The type qualifier of this publication item. # noqa: E501

Returns

The type of this PublicationItem. # noqa: E501

Return type

str