Values_0.FieldValueSourceObject for case field values.
type nonrec t = {id : FieldValueId.t;Unique identifier of a field.
*)value : FieldValueUnion.t;Union of potential field value types.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of FieldValueId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `String of FieldStringValue.t
| `Structure of 'a list ])
list ])
list ]