Target Cost Allocation Resource Response
data class TargetCostAllocationResourceResponse(val name: String, val policyType: String, val resourceType: String, val values: List<CostAllocationProportionResponse>)
Target resources for cost allocation.
Constructors
Link copied to clipboard
constructor(name: String, policyType: String, resourceType: String, values: List<CostAllocationProportionResponse>)