Cost Category Rule Rule Not
    data class CostCategoryRuleRuleNot(val ands: List<CostCategoryRuleRuleNotAnd>? = null, val costCategory: CostCategoryRuleRuleNotCostCategory? = null, val dimension: CostCategoryRuleRuleNotDimension? = null, val not: CostCategoryRuleRuleNotNot? = null, val ors: List<CostCategoryRuleRuleNotOr>? = null, val tags: CostCategoryRuleRuleNotTags? = null)
Constructors
Link copied to clipboard
                fun CostCategoryRuleRuleNot(ands: List<CostCategoryRuleRuleNotAnd>? = null, costCategory: CostCategoryRuleRuleNotCostCategory? = null, dimension: CostCategoryRuleRuleNotDimension? = null, not: CostCategoryRuleRuleNotNot? = null, ors: List<CostCategoryRuleRuleNotOr>? = null, tags: CostCategoryRuleRuleNotTags? = null)