Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 752 Bytes

TaskFormData.md

File metadata and controls

15 lines (11 loc) · 752 Bytes

TaskFormData

Represents all task related form data.

Properties

Name Type Description Notes
form_key str The form key. [optional]
form_properties list[FormProperty] The list of form properties. [optional]
task_id str The <code>id</code> of the task. [optional]
contains_activity_stream bool Whether the task form contains a activity stream. [optional]
subtitle str The subtitle of the task if any. [optional]

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