Workspace Sku Response
data class WorkspaceSkuResponse(val capacityReservationLevel: Int? = null, val lastSkuUpdate: String, val name: String)
The SKU (tier) of a workspace.
Constructors
Link copied to clipboard
fun WorkspaceSkuResponse(capacityReservationLevel: Int? = null, lastSkuUpdate: String, name: String)