Values.SearchCasesResponseItemSourceA list of items that represent cases.
type nonrec t = {caseId : CaseId.t option;A unique identifier of the case.
*)templateId : TemplateId.t option;A unique identifier of a template.
*)fields : SearchCasesResponseItemFieldsList.t option;List of case field values.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of FieldId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `String of FieldValueUnionStringValueString.t
| `Structure of 'a list ])
list ])
list ]
list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of CaseId.t ])
list ]