swagger_client.models.software 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.software.Software(parameter=None, setting=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.

Software - a model defined in Swagger

attribute_map = {'parameter': 'parameter', 'setting': 'setting'}
property parameter

Gets the parameter of this Software. # noqa: E501

Parameter defining the software being used. # noqa: E501

Returns

The parameter of this Software. # noqa: E501

Return type

Parameter

property setting

Gets the setting of this Software. # noqa: E501

A software setting used. This field MAY occur multiple times for a single software. The value of this field is deliberately set as a String, since there currently do not exist cvParams for every possible setting. # noqa: E501

Returns

The setting of this Software. # noqa: E501

Return type

list[str]

swagger_types = {'parameter': 'Parameter', 'setting': 'list[str]'}
to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model