SkuResponse

data class SkuResponse(val name: String, val tier: String)

Billing information related properties of a server.

Constructors

Link copied to clipboard
constructor(name: String, tier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the sku, e.g. Standard_D32s_v3.

Link copied to clipboard

The tier of the particular SKU, e.g. GeneralPurpose.