TaskReference#
- class TaskReference(ext_id=None, *args, **kwargs)#
Bases:
object
A reference to a task tracking an asynchronous operation. The status of the task can be queried by making a GET request to the task URI provided in the metadata section of the API response.
- Parameters:
ext_id – (
ext_id
) A globally unique identifier of a task.
- property ext_id#
A globally unique identifier of a task.
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model