ActualCapacityInfoResponse

data class ActualCapacityInfoResponse(val allocated: Int? = null, val assignmentFailed: Int? = null, val assignmentSuccess: Int? = null)

Constructors

Link copied to clipboard
constructor(allocated: Int? = null, assignmentFailed: Int? = null, assignmentSuccess: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allocated: Int? = null

Gets or sets the total number of instances for the group.

Link copied to clipboard
val assignmentFailed: Int? = null

Gets or sets the number of instances which failed to successfully complete assignment.

Link copied to clipboard
val assignmentSuccess: Int? = null

Gets or sets the number of instances which successfully completed assignment.