Get Schedule Result
data class GetScheduleResult(val advancedSchedule: AdvancedScheduleResponse? = null, val creationTime: String? = null, val description: String? = null, val expiryTime: String? = null, val expiryTimeOffsetMinutes: Double? = null, val frequency: String? = null, val id: String, val interval: Any? = null, val isEnabled: Boolean? = null, val lastModifiedTime: String? = null, val name: String, val nextRun: String? = null, val nextRunOffsetMinutes: Double? = null, val startTime: String? = null, val startTimeOffsetMinutes: Double, val timeZone: String? = null, val type: String)
Definition of the schedule.
Constructors
Link copied to clipboard
fun GetScheduleResult(advancedSchedule: AdvancedScheduleResponse? = null, creationTime: String? = null, description: String? = null, expiryTime: String? = null, expiryTimeOffsetMinutes: Double? = null, frequency: String? = null, id: String, interval: Any? = null, isEnabled: Boolean? = null, lastModifiedTime: String? = null, name: String, nextRun: String? = null, nextRunOffsetMinutes: Double? = null, startTime: String? = null, startTimeOffsetMinutes: Double, timeZone: String? = null, type: String)