Recurrence Schedule Args
data class RecurrenceScheduleArgs(val hours: Output<List<Int>>? = null, val minutes: Output<List<Int>>? = null, val monthDays: Output<List<Int>>? = null, val monthlyOccurrences: Output<List<RecurrenceScheduleOccurrenceArgs>>? = null, val weekDays: Output<List<DaysOfWeek>>? = null) : ConvertibleToJava<RecurrenceScheduleArgs>
The recurrence schedule.
Constructors
Link copied to clipboard
constructor(hours: Output<List<Int>>? = null, minutes: Output<List<Int>>? = null, monthDays: Output<List<Int>>? = null, monthlyOccurrences: Output<List<RecurrenceScheduleOccurrenceArgs>>? = null, weekDays: Output<List<DaysOfWeek>>? = null)