Cloud Service Role Sku Response
data class CloudServiceRoleSkuResponse(val capacity: Double? = null, val name: String? = null, val tier: String? = null)
Describes the cloud service role sku.
Constructors
Link copied to clipboard
fun CloudServiceRoleSkuResponse(capacity: Double? = null, name: String? = null, tier: String? = null)