AzurePlanResponse

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

Details of the Azure plan.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val productId: String? = null

The ID that uniquely identifies a product.

Link copied to clipboard
val skuDescription: String? = null

The sku description.

Link copied to clipboard
val skuId: String? = null

The ID that uniquely identifies a sku.