LabDetailsResponse

data class LabDetailsResponse(val id: String? = null, val name: String? = null, val provisioningState: String? = null, val usageQuota: String)

This represents the details about a lab that the User is in, and its state.

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String? = null, provisioningState: String? = null, usageQuota: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The Id of the lab.

Link copied to clipboard
val name: String? = null

Name of the lab

Link copied to clipboard

The provisioning state of the lab.

Link copied to clipboard

The maximum duration a user can use a VM in this lab.