CostCategoryRuleRule

data class CostCategoryRuleRule(val ands: List<CostCategoryRuleRuleAnd>? = null, val costCategory: CostCategoryRuleRuleCostCategory? = null, val dimension: CostCategoryRuleRuleDimension? = null, val not: CostCategoryRuleRuleNot? = null, val ors: List<CostCategoryRuleRuleOr>? = null, val tags: CostCategoryRuleRuleTags? = null)

Constructors

Link copied to clipboard
constructor(ands: List<CostCategoryRuleRuleAnd>? = null, costCategory: CostCategoryRuleRuleCostCategory? = null, dimension: CostCategoryRuleRuleDimension? = null, not: CostCategoryRuleRuleNot? = null, ors: List<CostCategoryRuleRuleOr>? = null, tags: CostCategoryRuleRuleTags? = null)

Types

Link copied to clipboard
object Companion

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 match both Dimension object.

Link copied to clipboard

Return results that match both Dimension object.

Link copied to clipboard

Configuration block for the specific Tag to use for Expression. See below.