models_v2.specifies_the_tag_information_of_type_and_array_of_label_value module

class models_v2.specifies_the_tag_information_of_type_and_array_of_label_value.SpecifiesTheTagInformationOfTypeAndArrayOfLabelValue(mtype=None, tags=None)[source]

Bases: object

Implementation of the ‘Specifies the tag information of type and array of (label, value).’ model.

TODO: type model description here.

Attributes:

mtype (string): Specifies type of tag. tags (list of SpecifiesLabelAndValueOfTags): Array of tag label and

value.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.