ExportScheduleResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val recurrence: String? = null

The schedule recurrence.

Link copied to clipboard

Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.

Link copied to clipboard
val status: String? = null

The status of the export's schedule. If 'Inactive', the export's schedule is paused.