Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 843 Bytes

BaseTaskParams.md

File metadata and controls

15 lines (9 loc) · 843 Bytes

BaseTaskParams

Properties

Name Type Description Notes
description String The Task description. [default to nothing]
complete Bool True/false boolean indicating whether the Task is completed. Defaults to false. [optional] [default to nothing]
owner_ids Vector{String} An array of UUIDs for any members you want to add as Owners on this new Task. [optional] [default to nothing]
external_id String This field can be set to another unique ID. In the case that the Task has been imported from another tool, the ID in the other tool can be indicated here. [optional] [default to nothing]

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