Report Schedule Response
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)