Expression
class Expression
Defines complex filtering conditions using logical operators (AND
, OR
, NOT
) and various filter types.
Types
Properties
Link copied to clipboard
A list of expressions to combine with AND logic.
Link copied to clipboard
The cost category values to include in the filter expression.
Link copied to clipboard
The dimension values to include in the filter expression.
Link copied to clipboard
An expression to negate with NOT logic.
Link copied to clipboard
A list of expressions to combine with OR logic.