Cost Category Rule Rule Or Args
    data class CostCategoryRuleRuleOrArgs(val ands: Output<List<CostCategoryRuleRuleOrAndArgs>>? = null, val costCategory: Output<CostCategoryRuleRuleOrCostCategoryArgs>? = null, val dimension: Output<CostCategoryRuleRuleOrDimensionArgs>? = null, val not: Output<CostCategoryRuleRuleOrNotArgs>? = null, val ors: Output<List<CostCategoryRuleRuleOrOrArgs>>? = null, val tags: Output<CostCategoryRuleRuleOrTagsArgs>? = null) : ConvertibleToJava<CostCategoryRuleRuleOrArgs> 
Constructors
Link copied to clipboard
                fun CostCategoryRuleRuleOrArgs(ands: Output<List<CostCategoryRuleRuleOrAndArgs>>? = null, costCategory: Output<CostCategoryRuleRuleOrCostCategoryArgs>? = null, dimension: Output<CostCategoryRuleRuleOrDimensionArgs>? = null, not: Output<CostCategoryRuleRuleOrNotArgs>? = null, ors: Output<List<CostCategoryRuleRuleOrOrArgs>>? = null, tags: Output<CostCategoryRuleRuleOrTagsArgs>? = null)