Cost Category Rule Args
data class CostCategoryRuleArgs(val inheritedValue: Output<CostCategoryRuleInheritedValueArgs>? = null, val rule: Output<CostCategoryRuleRuleArgs>? = null, val type: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<CostCategoryRuleArgs>
Constructors
Link copied to clipboard
constructor(inheritedValue: Output<CostCategoryRuleInheritedValueArgs>? = null, rule: Output<CostCategoryRuleRuleArgs>? = null, type: Output<String>? = null, value: Output<String>? = null)