Values.BatchPutFieldOptionsRequestSourceCreates and updates a set of field options for a single select field in a Cases domain.
type nonrec t = {domainId : DomainId.t;The unique identifier of the Cases domain.
*)fieldId : FieldId.t;The unique identifier of a field.
*)options : BatchPutFieldOptionsRequestOptionsList.t;A list of FieldOption objects.
*)}val make :
domainId:DomainId.t ->
fieldId:FieldId.t ->
options:BatchPutFieldOptionsRequestOptionsList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of FieldOptionName.t ])
list ]
list
| `String of DomainId.t ])
list ]