JobScheduleResponse

data class JobScheduleResponse(val enabled: Boolean? = null, val endTime: String? = null, val interval: String? = null, val startTime: String? = null, val type: String? = null)

Scheduling properties of a job.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, endTime: String? = null, interval: String? = null, startTime: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether or not the schedule is enabled.

Link copied to clipboard
val endTime: String? = null

Schedule end time.

Link copied to clipboard
val interval: String? = null

Value of the schedule's recurring interval, if the ScheduleType is recurring. ISO8601 duration format.

Link copied to clipboard
val startTime: String? = null

Schedule start time.

Link copied to clipboard
val type: String? = null

Schedule interval type