ScheduleRecurrenceResponse

data class ScheduleRecurrenceResponse(val recurrenceType: String, val recurrenceValue: Int, val weeklyDaysList: List<String>? = null)

The schedule recurrence.

Constructors

Link copied to clipboard
constructor(recurrenceType: String, recurrenceValue: Int, weeklyDaysList: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The recurrence type.

Link copied to clipboard

The recurrence value.

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

The week days list. Applicable only for schedules of recurrence type 'weekly'.