Values_0.UpdateCaseActionDefinitionSourceThe UpdateCase action definition.
type nonrec t = {fields : FieldValues.t;An array of objects with Field ID and Value data.
*)}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 ])
list ]