TaskReference#

class TaskReference(ext_id=None, *args, **kwargs)[source]#

Bases: object

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()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model