MonthlyRecurrenceResponse

data class MonthlyRecurrenceResponse(val daysOfMonth: List<Int>, val endTime: String? = null, val recurrenceType: String, val startTime: String? = null)

Monthly recurrence object.

Constructors

Link copied to clipboard
constructor(daysOfMonth: List<Int>, endTime: String? = null, recurrenceType: String, startTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the values for monthly recurrence pattern.

Link copied to clipboard
val endTime: String? = null

End time for recurrence.

Link copied to clipboard

Specifies when the recurrence should be applied. Expected value is 'Monthly'.

Link copied to clipboard
val startTime: String? = null

Start time for recurrence.