Values.DimensionValuesWithAttributesSourceThe metadata of a specific type that you can use to filter and group your results. You can use GetDimensionValues to find specific values.
type nonrec t = {value : Value.t option;The value of a dimension with a specific attribute.
*)attributes : Attributes.t option;The attribute that applies to a specific Dimension.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of AttributeType.t ]
* [> `String of AttributeValue.t ])
list
| `String of Value.t ])
list ]