Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.04 KB

HistoryActionTaskCreate.md

File metadata and controls

17 lines (14 loc) · 1.04 KB

HistoryActionTaskCreate

Properties

Name Type Description Notes
description str The description of the Task.
entity_type str The type of entity referenced.
mention_ids list[str] An array of Member IDs that represent who has been mentioned in the Task. [optional]
group_mention_ids list[str] An array of Groups IDs that represent which have been mentioned in the Task. [optional]
owner_ids list[str] An array of Member IDs that represent the Task's owners. [optional]
id int The ID of the entity referenced.
action str The action of the entity referenced.
complete bool Whether or not the Task is complete.
deadline str A timestamp that represent's the Task's deadline. [optional]

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