Get Cost Allocation Rule Result
data class GetCostAllocationRuleResult(val id: String, val name: String, val properties: CostAllocationRulePropertiesResponse, val type: String)
The cost allocation rule model definition
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: CostAllocationRulePropertiesResponse, type: String)