models_v2.specifies_the_summary_of_the_state_updation_for_the_multiple_data_migration_source_analysis_groups module

class models_v2.specifies_the_summary_of_the_state_updation_for_the_multiple_data_migration_source_analysis_groups.SpecifiesTheSummaryOfTheStateUpdationForTheMultipleDataMigrationSourceAnalysisGroups(failed_ids=None, successful_ids=None)[source]

Bases: object

Implementation of the ‘Specifies the summary of the state updation for the multiple Data Migration source analysis groups.’ model.

TODO: type model description here.

Attributes:
failed_ids (list of long|int): Specifies a list of Data Migration

source analysis groups ids for which updation of state failed.

successful_ids (list of long|int): Specifies a list of Data Migration

source analysis 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.