swagger_client.models.comment 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.comment.
Comment
(prefix='COM', msg=None, line_number=None)¶ Bases:
object
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
Comment - a model defined in Swagger
-
attribute_map
= {'line_number': 'line_number', 'msg': 'msg', 'prefix': 'prefix'}¶
-
property
line_number
¶ Gets the line_number of this Comment. # noqa: E501
- Returns
The line_number of this Comment. # noqa: E501
- Return type
int
-
property
msg
¶ Gets the msg of this Comment. # noqa: E501
- Returns
The msg of this Comment. # noqa: E501
- Return type
str
-
property
prefix
¶ Gets the prefix of this Comment. # noqa: E501
- Returns
The prefix of this Comment. # noqa: E501
- Return type
str
-
swagger_types
= {'line_number': 'int', 'msg': 'str', 'prefix': 'str'}¶
-
to_dict
()¶ Returns the model properties as a dict
-
to_str
()¶ Returns the string representation of the model
-