Values.ExpressionUse Expression to filter in various Budgets APIs.
type nonrec t = {or_ : Expressions.t option;Return results that match either Dimension object.
*)and_ : Expressions.t option;Return results that match both Dimension objects.
*)not : Expression.t option;Return results that don't match a Dimension object.
*)dimensions : ExpressionDimensionValues.t option;The specific Dimension to use for Expression.
*)costCategories : CostCategoryValues.t option;The filter that's based on CostCategoryValues.
*)}val make :
?or_:Expressions.t ->
?and_:Expressions.t ->
?not:t ->
?dimensions:ExpressionDimensionValues.t ->
?tags:TagValues.t ->
?costCategories:CostCategoryValues.t ->
unit ->
t