AccountResponseSku

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

Gets or sets the Sku.

Constructors

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

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 name: String? = null

Gets or sets the sku name.