Cost Category Rule Rule Args
data class CostCategoryRuleRuleArgs(val ands: Output<List<CostCategoryRuleRuleAndArgs>>? = null, val costCategory: Output<CostCategoryRuleRuleCostCategoryArgs>? = null, val dimension: Output<CostCategoryRuleRuleDimensionArgs>? = null, val not: Output<CostCategoryRuleRuleNotArgs>? = null, val ors: Output<List<CostCategoryRuleRuleOrArgs>>? = null, val tags: Output<CostCategoryRuleRuleTagsArgs>? = null) : ConvertibleToJava<CostCategoryRuleRuleArgs>
Constructors
Link copied to clipboard
fun CostCategoryRuleRuleArgs(ands: Output<List<CostCategoryRuleRuleAndArgs>>? = null, costCategory: Output<CostCategoryRuleRuleCostCategoryArgs>? = null, dimension: Output<CostCategoryRuleRuleDimensionArgs>? = null, not: Output<CostCategoryRuleRuleNotArgs>? = null, ors: Output<List<CostCategoryRuleRuleOrArgs>>? = null, tags: Output<CostCategoryRuleRuleTagsArgs>? = null)