swagger_client.models.database 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.database.
Database
(param=None, prefix='null', version=None, uri=None, **kwargs)¶ Bases:
swagger_client.models.indexed_element.IndexedElement
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
Database - a model defined in Swagger
-
attribute_map
= {'param': 'param', 'prefix': 'prefix', 'uri': 'uri', 'version': 'version'}¶
-
property
param
¶ Gets the param of this Database. # noqa: E501
The parameter to identify this database. # noqa: E501
- Returns
The param of this Database. # noqa: E501
- Return type
-
property
prefix
¶ Gets the prefix of this Database. # noqa: E501
The database prefix. # noqa: E501
- Returns
The prefix of this Database. # noqa: E501
- Return type
str
-
swagger_types
= {'param': 'Parameter', 'prefix': 'str', 'uri': 'str', 'version': 'str'}¶
-
to_dict
()¶ Returns the model properties as a dict
-
to_str
()¶ Returns the string representation of the model
-
property
uri
¶ Gets the uri of this Database. # noqa: E501
The URI to the online database. # noqa: E501
- Returns
The uri of this Database. # noqa: E501
- Return type
str
-
property
version
¶ Gets the version of this Database. # noqa: E501
The database version. # noqa: E501
- Returns
The version of this Database. # noqa: E501
- Return type
str
-