SkuResponse

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

The account SKU.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val capacity: Int? = null

Gets or sets the SKU capacity.

Link copied to clipboard
val family: String? = null

Gets or sets the SKU family.

Link copied to clipboard

Gets or sets the SKU name of the account.