models_v2.summary_information_for_replication_run module¶
-
class
models_v2.summary_information_for_replication_run.
SummaryInformationForReplicationRun
(replication_target_results=None)[source]¶ Bases:
object
Implementation of the ‘Summary information for replication run.’ model.
Specifies summary information about replication run.
- Attributes:
- replication_target_results (list of ReplicationResultForATarget):
Replication results for each replication target.
-
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.