Get Cost Category Rule Rule
data class GetCostCategoryRuleRule(val ands: List<GetCostCategoryRuleRuleAnd>, val costCategories: List<GetCostCategoryRuleRuleCostCategory>, val dimensions: List<GetCostCategoryRuleRuleDimension>, val nots: List<GetCostCategoryRuleRuleNot>, val ors: List<GetCostCategoryRuleRuleOr>, val tags: List<GetCostCategoryRuleRuleTag>)
Constructors
Link copied to clipboard
constructor(ands: List<GetCostCategoryRuleRuleAnd>, costCategories: List<GetCostCategoryRuleRuleCostCategory>, dimensions: List<GetCostCategoryRuleRuleDimension>, nots: List<GetCostCategoryRuleRuleNot>, ors: List<GetCostCategoryRuleRuleOr>, tags: List<GetCostCategoryRuleRuleTag>)
Properties
Link copied to clipboard
Return results that match both Dimension objects.
Link copied to clipboard
Configuration block for the filter that's based on CostCategory values. See below.
Link copied to clipboard
Configuration block for the specific Dimension to use for Expression. See below.
Link copied to clipboard
Return results that do not match the Dimension object.
Link copied to clipboard
Return results that match either Dimension object.
Link copied to clipboard
Configuration block for the specific Tag to use for Expression. See below.