JobRecurrenceScheduleResponse

data class JobRecurrenceScheduleResponse(val hours: List<Int>? = null, val minutes: List<Int>? = null, val monthDays: List<Int>? = null, val monthlyOccurrences: List<JobRecurrenceScheduleMonthlyOccurrenceResponse>? = null, val weekDays: List<String>? = null)

Constructors

Link copied to clipboard
constructor(hours: List<Int>? = null, minutes: List<Int>? = null, monthDays: List<Int>? = null, monthlyOccurrences: List<JobRecurrenceScheduleMonthlyOccurrenceResponse>? = null, weekDays: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hours: List<Int>? = null

Gets or sets the hours of the day that the job should execute at.

Link copied to clipboard
val minutes: List<Int>? = null

Gets or sets the minutes of the hour that the job should execute at.

Link copied to clipboard
val monthDays: List<Int>? = null

Gets or sets the days of the month that the job should execute on. Must be between 1 and 31.

Link copied to clipboard

Gets or sets the occurrences of days within a month.

Link copied to clipboard
val weekDays: List<String>? = null

Gets or sets the days of the week that the job should execute on.