Values.AggregationOutputSourceThe aggregation for an attribute.
type nonrec t = {attribute : Attribute.t option;The attribute for this aggregation.
*)displayValue : AggregationDisplayValue.t option;The display value of the aggregation output item.
*)items : AggregationOutputItems.t option;A list of aggregation output items.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of AggregationAttributeValue.t ])
list ]
list
| `String of Attribute.t ])
list ]