JobRecurrenceScheduleMonthlyOccurrenceResponse

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: String? = null

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

Link copied to clipboard
val occurrence: Int? = null

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