swagger_client.models.sample_processing 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.sample_processing.
SampleProcessing
(sample_processing=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.
SampleProcessing - a model defined in Swagger
-
attribute_map
= {'sample_processing': 'sampleProcessing'}¶
-
property
sample_processing
¶ Gets the sample_processing of this SampleProcessing. # noqa: E501
Parameters specifiying sample processing that was applied within one step. # noqa: E501
- Returns
The sample_processing of this SampleProcessing. # noqa: E501
- Return type
list[Parameter]
-
swagger_types
= {'sample_processing': 'list[Parameter]'}¶
-
to_dict
()¶ Returns the model properties as a dict
-
to_str
()¶ Returns the string representation of the model
-