swagger_client.models.opt_column_mapping 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.opt_column_mapping.
OptColumnMapping
(identifier=None, param=None, value=None)¶ Bases:
object
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
OptColumnMapping - a model defined in Swagger
-
attribute_map
= {'identifier': 'identifier', 'param': 'param', 'value': 'value'}¶
-
property
identifier
¶ Gets the identifier of this OptColumnMapping. # noqa: E501
The fully qualified column name. # noqa: E501
- Returns
The identifier of this OptColumnMapping. # noqa: E501
- Return type
str
-
property
param
¶ Gets the param of this OptColumnMapping. # noqa: E501
The (optional) parameter for this column. # noqa: E501
- Returns
The param of this OptColumnMapping. # noqa: E501
- Return type
-
swagger_types
= {'identifier': 'str', 'param': 'Parameter', '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 OptColumnMapping. # noqa: E501
The value for this column in a particular row. # noqa: E501
- Returns
The value of this OptColumnMapping. # noqa: E501
- Return type
str
-