SkuResponse

data class SkuResponse(val capacity: Int? = null, val family: String? = null, val model: String? = null, val name: String, val size: String? = null, val tier: String? = null)

SKU for the resource.

Constructors

Link copied to clipboard
constructor(capacity: Int? = null, family: String? = null, model: String? = null, name: String, size: String? = null, tier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

The SKU capacity.

Link copied to clipboard
val family: String? = null

The SKU family.

Link copied to clipboard
val model: String? = null

The SKU model.

Link copied to clipboard

The SKU name.

Link copied to clipboard
val size: String? = null

The SKU size.

Link copied to clipboard
val tier: String? = null

The SKU tier.