Schedule Recurrence Args
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)