Get Schedule Result
data class GetScheduleResult(val id: String, val name: String, val notes: String? = null, val provisioningState: String, val recurrencePattern: RecurrencePatternResponse? = null, val startAt: String? = null, val stopAt: String, val systemData: SystemDataResponse, val timeZoneId: String, val type: String)
Schedule for automatically turning virtual machines in a lab on and off at specified times.
Constructors
Link copied to clipboard
fun GetScheduleResult(id: String, name: String, notes: String? = null, provisioningState: String, recurrencePattern: RecurrencePatternResponse? = null, startAt: String? = null, stopAt: String, systemData: SystemDataResponse, timeZoneId: String, type: String)