Values_0.CreateCaseActionDefinitionSourceThe CreateCase action definition.
type nonrec t = {fields : FieldValues.t;An array of objects with Field ID and Value data.
*)templateId : TemplateId.t;A unique identifier of a template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of FieldValueId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `String of FieldStringValue.t
| `Structure of 'a list ])
list ])
list ]
list
| `String of TemplateId.t ])
list ]