models_v2.common_tdm_refresh_task_response_params module¶
-
class
models_v2.common_tdm_refresh_task_response_params.
CommonTdmRefreshTaskResponseParams
(environment='kOracle', parent=None, target=None, snapshot=None, view=None)[source]¶ Bases:
object
Implementation of the ‘CommonTdmRefreshTaskResponseParams’ model.
Specifies the common response params for a TDM refresh task.
- Attributes:
- environment (string): Specifies the environment of the TDM refresh
task.
- parent (ObjectSummary): Specifies the details of the parent object of
the clone.
- target (ObjectSummary): Specifies the details of the target, where the
clone is created.
- snapshot (ObjectSnapshot): Specifies the details of the snapshot used
for refresh.
- view (View): Specifies the details of the view, which is used for the
clone.
-
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.