SkuResponse

data class SkuResponse(val name: String, val tier: String? = null)

Model representing SKU for Azure Dev Spaces Controller.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the SKU for Azure Dev Spaces Controller.

Link copied to clipboard
val tier: String? = null

The tier of the SKU for Azure Dev Spaces Controller.