Cost Category Rule Rule Not Args
data class CostCategoryRuleRuleNotArgs(val ands: Output<List<CostCategoryRuleRuleNotAndArgs>>? = null, val costCategory: Output<CostCategoryRuleRuleNotCostCategoryArgs>? = null, val dimension: Output<CostCategoryRuleRuleNotDimensionArgs>? = null, val not: Output<CostCategoryRuleRuleNotNotArgs>? = null, val ors: Output<List<CostCategoryRuleRuleNotOrArgs>>? = null, val tags: Output<CostCategoryRuleRuleNotTagsArgs>? = null) : ConvertibleToJava<CostCategoryRuleRuleNotArgs>
Constructors
Link copied to clipboard
fun CostCategoryRuleRuleNotArgs(ands: Output<List<CostCategoryRuleRuleNotAndArgs>>? = null, costCategory: Output<CostCategoryRuleRuleNotCostCategoryArgs>? = null, dimension: Output<CostCategoryRuleRuleNotDimensionArgs>? = null, not: Output<CostCategoryRuleRuleNotNotArgs>? = null, ors: Output<List<CostCategoryRuleRuleNotOrArgs>>? = null, tags: Output<CostCategoryRuleRuleNotTagsArgs>? = null)