OwnerReference#

class OwnerReference(ext_id=None, name=None, *args, **kwargs)#

Bases: object

Reference to the owner of the task.

Parameters:
  • ext_id – (ext_id) A globally unique identifier of the task owner.

  • name (max=256 chars) – (name) Username of the task owner.

property ext_id#

A globally unique identifier of the task owner.

Type:

str

property name#

Username of the task owner.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model