models_v2.data_migration_source_analysis_groups module¶
-
class
models_v2.data_migration_source_analysis_groups.
DataMigrationSourceAnalysisGroups
(data_migration_source_analysis_groups=None)[source]¶ Bases:
object
Implementation of the ‘DataMigrationSourceAnalysisGroups’ model.
Specifies the Data Migration source analysis groups.
- Attributes:
- data_migration_source_analysis_groups (list of
DataMigrationSourceAnalysisGroup): Specifies the Data Migration source analysis groups.
-
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.