Values.ExpressionSourceSee Expression. Billing view only supports LINKED_ACCOUNT, Tags, and CostCategories.
type nonrec t = {dimensions : DimensionValues.t option;The specific Dimension to use for Expression.
*)costCategories : CostCategoryValues.t option;The filter that's based on CostCategory values.
*)timeRange : TimeRange.t option;Specifies a time range filter for the billing view data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of Value.t ] list
| `String of TagKey.t
| `Timestamp of Timestamp.t ])
list ])
list ]