swagger_client.models.column_parameter_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.column_parameter_mapping.
ColumnParameterMapping
(column_name=None, param=None)¶ Bases:
object
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
ColumnParameterMapping - a model defined in Swagger
-
attribute_map
= {'column_name': 'column_name', 'param': 'param'}¶
-
property
column_name
¶ Gets the column_name of this ColumnParameterMapping. # noqa: E501
The fully qualified target column name. # noqa: E501
- Returns
The column_name of this ColumnParameterMapping. # noqa: E501
- Return type
str
-
property
param
¶ Gets the param of this ColumnParameterMapping. # noqa: E501
The parameter specifying the unit. # noqa: E501
- Returns
The param of this ColumnParameterMapping. # noqa: E501
- Return type
-
swagger_types
= {'column_name': 'str', 'param': 'Parameter'}¶
-
to_dict
()¶ Returns the model properties as a dict
-
to_str
()¶ Returns the string representation of the model
-