RecurrenceScheduleResponse

data class RecurrenceScheduleResponse(val hours: List<Int>? = null, val minutes: List<Int>? = null, val monthDays: List<Int>? = null, val monthlyOccurrences: List<RecurrenceScheduleOccurrenceResponse>? = null, val weekDays: List<String>? = null)

The recurrence schedule.

Constructors

Link copied to clipboard
constructor(hours: List<Int>? = null, minutes: List<Int>? = null, monthDays: List<Int>? = null, monthlyOccurrences: List<RecurrenceScheduleOccurrenceResponse>? = null, weekDays: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hours: List<Int>? = null

The hours.

Link copied to clipboard
val minutes: List<Int>? = null

The minutes.

Link copied to clipboard
val monthDays: List<Int>? = null

The month days.

Link copied to clipboard

The monthly occurrences.

Link copied to clipboard
val weekDays: List<String>? = null

The days of the week.