Cost Allocation Rule Properties Response
data class CostAllocationRulePropertiesResponse(val createdDate: String, val description: String? = null, val details: CostAllocationRuleDetailsResponse, val status: String, val updatedDate: String)
The properties of a cost allocation rule
Constructors
Link copied to clipboard
fun CostAllocationRulePropertiesResponse(createdDate: String, description: String? = null, details: CostAllocationRuleDetailsResponse, status: String, updatedDate: String)