WorkspaceSkuResponse

data class WorkspaceSkuResponse(val capacityReservationLevel: Int? = null, val lastSkuUpdate: String, val name: String)

The SKU (tier) of a workspace.

Constructors

Link copied to clipboard
constructor(capacityReservationLevel: Int? = null, lastSkuUpdate: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected.

Link copied to clipboard

The last time when the sku was updated.

Link copied to clipboard

The name of the SKU.