Values.FieldValueUnionSourceObject to store union of Field values. The Summary system field accepts up to 3000 characters, while all other fields accept up to 4100 characters. If you use multi-byte characters, the effective character limit may be lower.
type nonrec t = {stringValue : FieldValueUnionStringValueString.t option;String value type.
*)doubleValue : Double.t option;Can be either null, or have a Double number value type. Only one value can be provided.
*)booleanValue : Boolean.t option;Can be either null, or have a Boolean value type. Only one value can be provided.
*)emptyValue : EmptyFieldValue.t option;An empty value.
*)userArnValue : String_.t option;Represents the user that performed the audit.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `String of FieldValueUnionStringValueString.t
| `Structure of 'a list ])
list ]