Values_0.TaskTemplateConstraintsSourceDescribes constraints that apply to the template fields.
type nonrec t = {requiredFields : RequiredTaskTemplateFields.t option;Lists the fields that are required to be filled by agents.
*)readOnlyFields : ReadOnlyTaskTemplateFields.t option;Lists the fields that are read-only to agents, and cannot be edited.
*)invisibleFields : InvisibleTaskTemplateFields.t option;Lists the fields that are invisible to agents.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string * [> `String of TaskTemplateFieldName.t ])
list ])
list ]
list ])
list ]