models_v2.snapshot_tag_info module¶
-
class
models_v2.snapshot_tag_info.
SnapshotTagInfo
(tag_id=None, run_ids=None)[source]¶ Bases:
object
Implementation of the ‘SnapshotTagInfo’ model.
Specifies the snapshot tag info for an object.
- Attributes:
tag_id (string): Specifies Id of tag applied to the object. run_ids (list of string): Specifies runs the tags are applied to.
-
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.