ClusterSkuResponse

data class ClusterSkuResponse(val capacity: Double? = null, val name: String? = null)

The cluster sku definition.

Constructors

Link copied to clipboard
constructor(capacity: Double? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Double? = null

The capacity value

Link copied to clipboard
val name: String? = null

The name of the SKU.