ReportScheduleResponse

data class ReportScheduleResponse(val recurrence: String, val recurrencePeriod: ReportRecurrencePeriodResponse? = null, val status: String? = null)

The schedule associated with a report.

Constructors

Link copied to clipboard
constructor(recurrence: String, recurrencePeriod: ReportRecurrencePeriodResponse? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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 schedule. Whether active or not. If inactive, the report's scheduled execution is paused.