OwnerReference# class OwnerReference(ext_id=None, name=None, *args, **kwargs)[source]# Bases: object Reference to the owner of the task. Parameters: ext_id – (ext_id) A globally unique identifier of the task owner. name – (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()[source]# Returns the model properties as a dictionary to_str()[source]# Returns the string representation of the model