DeploymentCapacitySettingsResponse

data class DeploymentCapacitySettingsResponse(val designatedCapacity: Int? = null, val priority: Int? = null)

Internal use only.

Constructors

Link copied to clipboard
constructor(designatedCapacity: Int? = null, priority: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val designatedCapacity: Int? = null

The designated capacity.

Link copied to clipboard
val priority: Int? = null

The priority of this capacity setting.