AdvancedScheduleResponse

data class AdvancedScheduleResponse(val monthDays: List<Int>? = null, val monthlyOccurrences: List<AdvancedScheduleMonthlyOccurrenceResponse>? = null, val weekDays: List<String>? = null)

The properties of the create Advanced Schedule.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

Days of the month that the job should execute on. Must be between 1 and 31.

Link copied to clipboard

Occurrences of days within a month.

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

Days of the week that the job should execute on.