RecurrenceScheduleOccurrenceResponse

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

The recurrence schedule occurrence.

Constructors

Link copied to clipboard
constructor(day: String? = null, occurrence: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: String? = null

The day of the week.

Link copied to clipboard
val occurrence: Int? = null

The occurrence.