Cost Category Rule Rule Or
    data class CostCategoryRuleRuleOr(val ands: List<CostCategoryRuleRuleOrAnd>? = null, val costCategory: CostCategoryRuleRuleOrCostCategory? = null, val dimension: CostCategoryRuleRuleOrDimension? = null, val not: CostCategoryRuleRuleOrNot? = null, val ors: List<CostCategoryRuleRuleOrOr>? = null, val tags: CostCategoryRuleRuleOrTags? = null)
Constructors
Link copied to clipboard
                fun CostCategoryRuleRuleOr(ands: List<CostCategoryRuleRuleOrAnd>? = null, costCategory: CostCategoryRuleRuleOrCostCategory? = null, dimension: CostCategoryRuleRuleOrDimension? = null, not: CostCategoryRuleRuleOrNot? = null, ors: List<CostCategoryRuleRuleOrOr>? = null, tags: CostCategoryRuleRuleOrTags? = null)