models_v2.common_tdm_task_request_params module¶
-
class
models_v2.common_tdm_task_request_params.
CommonTdmTaskRequestParams
(action=None)[source]¶ Bases:
object
Implementation of the ‘CommonTdmTaskRequestParams’ model.
Specifies the common parameters used in TDM Task Creation.
- Attributes:
action (Action1Enum): Specifies the TDM Task action.
-
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.