ExportRecurrencePeriodResponse

data class ExportRecurrencePeriodResponse(val from: String, val to: String? = null)

The start and end date for recurrence schedule.

Constructors

Link copied to clipboard
constructor(from: String, to: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The start date of recurrence.

Link copied to clipboard
val to: String? = null

The end date of recurrence.