Values.IndexFieldStatusSourceThe value of an IndexField and its current status.
val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of UIntValue.t
| `String of DynamicFieldName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Double of Double.t
| `Long of Long.t
| `String of FieldName.t ])
list
| `Timestamp of UpdateTimestamp.t ])
list ])
list ]