RecurrenceScheduleOccurrenceArgs

data class RecurrenceScheduleOccurrenceArgs(val day: Output<DayOfWeek>? = null, val occurrence: Output<Int>? = null) : ConvertibleToJava<RecurrenceScheduleOccurrenceArgs>

The recurrence schedule occurrence.

Constructors

Link copied to clipboard
constructor(day: Output<DayOfWeek>? = null, occurrence: Output<Int>? = null)

Properties

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

The day of the week.

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

The occurrence.

Functions

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