Values.BatchGetFieldRequestSourceReturns the description for the list of fields in the request parameters.
type nonrec t = {domainId : DomainId.t;The unique identifier of the Cases domain.
*)fields : BatchGetFieldIdentifierList.t;A list of unique field identifiers.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of FieldId.t ]) list ]
list
| `String of DomainId.t ])
list ]