Sku Description Response
data class SkuDescriptionResponse(val capabilities: List<CapabilityResponse>? = null, val capacity: Int? = null, val family: String? = null, val locations: List<String>? = null, val name: String? = null, val size: String? = null, val skuCapacity: SkuCapacityResponse? = null, val tier: String? = null)
Description of a SKU for a scalable resource.
Constructors
Link copied to clipboard
constructor(capabilities: List<CapabilityResponse>? = null, capacity: Int? = null, family: String? = null, locations: List<String>? = null, name: String? = null, size: String? = null, skuCapacity: SkuCapacityResponse? = null, tier: String? = null)