Skip to content

Latest commit

 

History

History
executable file
·
19 lines (15 loc) · 1.08 KB

FormTaskCreateRequest.md

File metadata and controls

executable file
·
19 lines (15 loc) · 1.08 KB

FormTaskCreateRequest

Properties

Name Type Description Notes
form_layout object Text representing the form layout schema [optional]
form_layout_id int Unique FormLayoutId for a form layout [optional]
bulk_form_layout_id int Unique BulkFormLayoutId for a form layout [optional]
title str Gets or sets title of this task.
priority str Gets or sets priority of this task. [optional]
data object Task data [optional]
task_catalog_name str Gets or sets the task catalog/category of the task [optional]
external_tag str Reference or name of external system [optional]
tags list[TagDto] List of tags associated to the task. [optional]
parent_operation_id str Operation id which created the task. [optional]

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