Get Schedule Result
data class GetScheduleResult(val frequency: String, val id: String, val name: String, val provisioningState: String, val state: String? = null, val systemData: SystemDataResponse, val time: String, val timeZone: String, val type: String)
Represents a Schedule to execute a task.
Constructors
Link copied to clipboard
fun GetScheduleResult(frequency: String, id: String, name: String, provisioningState: String, state: String? = null, systemData: SystemDataResponse, time: String, timeZone: String, type: String)