AzurePlanResponse

data class AzurePlanResponse(val skuDescription: String, val skuId: String? = null)

Details of the Azure plan.

Constructors

Link copied to clipboard
constructor(skuDescription: String, skuId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The sku description.

Link copied to clipboard
val skuId: String? = null

The sku id.