swagger_client.models.spectra_ref 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.spectra_ref.SpectraRef(ms_run=None, reference=None)

Bases: object

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually.

SpectraRef - a model defined in Swagger

attribute_map = {'ms_run': 'ms_run', 'reference': 'reference'}
property ms_run

Gets the ms_run of this SpectraRef. # noqa: E501

The ms run object reference by this spectral reference. # noqa: E501

Returns

The ms_run of this SpectraRef. # noqa: E501

Return type

MsRun

property reference

Gets the reference of this SpectraRef. # noqa: E501

The (vendor-dependendent) reference string to the actual mass spectrum. # noqa: E501

Returns

The reference of this SpectraRef. # noqa: E501

Return type

str

swagger_types = {'ms_run': 'MsRun', 'reference': 'str'}
to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model