models_v2.specifies_the_summary_of_the_state_updation_for_the_multiple_data_tiering_groups module

class models_v2.specifies_the_summary_of_the_state_updation_for_the_multiple_data_tiering_groups.SpecifiesTheSummaryOfTheStateUpdationForTheMultipleDataTieringGroups(failed_ids=None, successful_ids=None)[source]

Bases: object

Implementation of the ‘Specifies the summary of the state updation for the multiple data tiering groups.’ model.

TODO: type model description here.

Attributes:
failed_ids (list of string): Specifies a list of data tiering groups

ids for which updation of state failed.

successful_ids (list of string): Specifies a list of data tiering

groups ids for which updation of state was successful.

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.