AdvancedScheduleMonthlyOccurrenceResponse

data class AdvancedScheduleMonthlyOccurrenceResponse(val day: String? = null, val occurrence: Int? = null)

The properties of the create advanced schedule monthly occurrence.

Constructors

constructor(day: String? = null, occurrence: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: String? = null

Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.

Link copied to clipboard
val occurrence: Int? = null

Occurrence of the week within the month. Must be between 1 and 5