Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.59 KB

File metadata and controls

23 lines (19 loc) · 1.59 KB

ModelTask

Properties

Name Type Description Notes
_create \DateTime the date the task was created [optional]
_update \DateTime date the task was last updated [optional]
_name string [optional]
_assigned \ispserverfarm\sevdesk\phpclient\Model\ModelSevUser the sevDesk user who is assigned to the task [optional]
_object object can be a contact, invoice, etc to which the task refers to [optional]
_deadline \DateTime [optional]
_status int [optional]
_category \ispserverfarm\sevdesk\phpclient\Model\ModelCategory category of the created task [optional]
_done \DateTime [optional]
_create_user \ispserverfarm\sevdesk\phpclient\Model\ModelSevUser the SevUser who created the task [optional]
_done_user \ispserverfarm\sevdesk\phpclient\Model\ModelSevUser the SevUser who completed the task [optional]
_notice_creator bool notice the creator when the task is finished [optional]
_sev_client object sevClient is the unique id every customer has and is used in nearly all operations [optional]
_begin \DateTime [optional]

[Back to Model list] [Back to API list] [Back to README]