DailyRecurrenceResponse

data class DailyRecurrenceResponse(val endTime: String, val recurrenceType: String, val startTime: String)

Daily recurrence object.

Constructors

Link copied to clipboard
constructor(endTime: String, recurrenceType: String, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

End time for recurrence.

Link copied to clipboard

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

Link copied to clipboard

Start time for recurrence.