swagger_client.models.cv 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.cv.
CV
(label=None, full_name=None, 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.
CV - a model defined in Swagger
-
attribute_map
= {'full_name': 'full_name', 'label': 'label', 'uri': 'uri', 'version': 'version'}¶
-
property
full_name
¶ Gets the full_name of this CV. # noqa: E501
The full name of this CV, for humans. # noqa: E501
- Returns
The full_name of this CV. # noqa: E501
- Return type
str
-
property
label
¶ Gets the label of this CV. # noqa: E501
The abbreviated CV label. # noqa: E501
- Returns
The label of this CV. # noqa: E501
- Return type
str
-
swagger_types
= {'full_name': 'str', 'label': '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 CV. # noqa: E501
A URI to the CV definition. # noqa: E501
- Returns
The uri of this CV. # noqa: E501
- Return type
str
-
property
version
¶ Gets the version of this CV. # noqa: E501
The CV version used when the file was generated. # noqa: E501
- Returns
The version of this CV. # noqa: E501
- Return type
str
-