Values.AggregationOutputItemSourceAn aggregation output item.
type nonrec t = {value : AggregationAttributeValue.t option;The attribute value of the aggregation output item.
*)count : Integer.t option;The count of the aggregation output item.
*)displayValue : AggregationAttributeDisplayValue.t option;The display value of the aggregation. If the attribute being aggregated corresponds to the id of a public resource, the service automatically resolves the id to the provided display value.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t | `String of AggregationAttributeValue.t ])
list ]