ScheduleRecurrenceArgs

data class ScheduleRecurrenceArgs(val recurrenceType: Output<RecurrenceType>, val recurrenceValue: Output<Int>, val weeklyDaysList: Output<List<DayOfWeek>>? = null) : ConvertibleToJava<ScheduleRecurrenceArgs>

The schedule recurrence.

Constructors

Link copied to clipboard
constructor(recurrenceType: Output<RecurrenceType>, recurrenceValue: Output<Int>, weeklyDaysList: Output<List<DayOfWeek>>? = null)

Properties

Link copied to clipboard

The recurrence type.

Link copied to clipboard
val recurrenceValue: Output<Int>

The recurrence value.

Link copied to clipboard
val weeklyDaysList: Output<List<DayOfWeek>>? = null

The week days list. Applicable only for schedules of recurrence type 'weekly'.

Functions

Link copied to clipboard
open override fun toJava(): ScheduleRecurrenceArgs