RecurrenceScheduleArgs

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)

Properties

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

The hours.

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

The minutes.

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

The month days.

Link copied to clipboard

The monthly occurrences.

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

The days of the week.

Functions

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