Export Schedule Response
data class ExportScheduleResponse(val recurrence: String? = null, val recurrencePeriod: ExportRecurrencePeriodResponse? = null, val status: String? = null)
The schedule associated with the export.
Constructors
Link copied to clipboard
constructor(recurrence: String? = null, recurrencePeriod: ExportRecurrencePeriodResponse? = null, status: String? = null)