models_v2.data_tiering_tag_config module¶
-
class
models_v2.data_tiering_tag_config.
DataTieringTagConfig
(tags_info=None, id=None)[source]¶ Bases:
object
Implementation of the ‘DataTieringTagConfig’ model.
Array of data tiering tag objects.
- Attributes:
id (string): Specifies the ID of the data tiering analysis group. tags_info (list of
SpecifiesTheTagInformationOfTypeAndArrayOfLabelValue): Array of Tag objects.
-
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.