QuotaInfoResponse

data class QuotaInfoResponse(val coresUsed: Int? = null)

The quota properties for the cluster.

Constructors

Link copied to clipboard
constructor(coresUsed: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val coresUsed: Int? = null

The cores used by the cluster.