JobRecurrenceScheduleMonthlyOccurrenceArgs

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

Constructors

constructor(day: Output<JobScheduleDay>? = null, occurrence: Output<Int>? = null)

Properties

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

Gets or sets the day. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.

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

Gets or sets the occurrence. Must be between -5 and 5.

Functions

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