ExportSchedule interface
The schedule associated with the export.
Properties
| recurrence | The schedule recurrence. |
| recurrence |
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. |
| status | The status of the export's schedule. If 'Inactive', the export's schedule is paused. |
Property Details
recurrence
The schedule recurrence.
recurrence?: string
Property Value
string
recurrencePeriod
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.
recurrencePeriod?: ExportRecurrencePeriod
Property Value
status
The status of the export's schedule. If 'Inactive', the export's schedule is paused.
status?: string
Property Value
string