Values.AdditionalResultAttributeSourceAn attribute returned from an index query.
type nonrec t = {key : String_.t option;The key that identifies the attribute.
*)valueType : AdditionalResultAttributeValueType.t option;The data type of the Value property.
*)value : AdditionalResultAttributeValue.t option;An object that contains the attribute value.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of Integer.t ])
list ]
list
| `String of String_.t ])
list ])
list ])
list ]