Get Start Stop Managed Instance Schedule Result
data class GetStartStopManagedInstanceScheduleResult(val description: String? = null, val id: String, val name: String, val nextExecutionTime: String, val nextRunAction: String, val scheduleList: List<ScheduleItemResponse>, val systemData: SystemDataResponse, val timeZoneId: String? = null, val type: String)
Managed instance's Start/Stop schedule.
Constructors
Link copied to clipboard
fun GetStartStopManagedInstanceScheduleResult(description: String? = null, id: String, name: String, nextExecutionTime: String, nextRunAction: String, scheduleList: List<ScheduleItemResponse>, systemData: SystemDataResponse, timeZoneId: String? = null, type: String)