models_v2.common_tdm_task_response_params module

class models_v2.common_tdm_task_response_params.CommonTdmTaskResponseParams(id=None, action=None, start_time_usecs=None, end_time_usecs=None, status=None, created_by_user=None)[source]

Bases: object

Implementation of the ‘CommonTdmTaskResponseParams’ model.

Specifies the common parameters for a TDM task response.

Attributes:

id (string): Specifies the unique ID of the task. start_time_usecs (long|int): Specifies the time (in usecs from epoch)

when the task was started.

end_time_usecs (long|int): Specifies the time (in usecs from epoch)

when the task was completed.

status (Status13Enum): Specifies the current status of the task. action (Action1Enum): Specifies the TDM Task action. created_by_user (User): Specifies the user, who created this task.

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.