swagger_client.models.parameter 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.parameter.Parameter(cv_label='', cv_accession='', name=None, value='', **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.

Parameter - a model defined in Swagger

attribute_map = {'cv_accession': 'cv_accession', 'cv_label': 'cv_label', 'name': 'name', 'value': 'value'}
property cv_accession

Gets the cv_accession of this Parameter. # noqa: E501

Returns

The cv_accession of this Parameter. # noqa: E501

Return type

str

property cv_label

Gets the cv_label of this Parameter. # noqa: E501

Returns

The cv_label of this Parameter. # noqa: E501

Return type

str

property name

Gets the name of this Parameter. # noqa: E501

Returns

The name of this Parameter. # noqa: E501

Return type

str

swagger_types = {'cv_accession': 'str', 'cv_label': 'str', 'name': 'str', 'value': 'str'}
to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model

property value

Gets the value of this Parameter. # noqa: E501

Returns

The value of this Parameter. # noqa: E501

Return type

str