CostAllocationProportionResponse

data class CostAllocationProportionResponse(val name: String, val percentage: Double)

Target resources and allocation

Constructors

Link copied to clipboard
constructor(name: String, percentage: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Target resource for cost allocation

Link copied to clipboard

Percentage of source cost to allocate to this resource. This value can be specified to two decimal places and the total percentage of all resources in this rule must sum to 100.00.