Values.UpdateFieldRequestSourceUpdates the properties of an existing field.
type nonrec t = {domainId : DomainId.t;The unique identifier of the Cases domain.
*)fieldId : FieldId.t;The unique identifier of a field.
*)name : FieldName.t option;The name of the field.
*)description : FieldDescription.t option;The description of a field.
*)attributes : FieldAttributes.t option;Union of field attributes.
*)}val make :
?name:??? ->
?description:??? ->
?attributes:??? ->
domainId:DomainId.t ->
fieldId:FieldId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of DomainId.t
| `Structure of
(string
* [> `Structure of (string * [> `Boolean of Boolean.t ]) list ])
list ])
list ]