A list of report schedules.

Export

ReportScheduleList

interface ReportScheduleList {
    reportSchedules: ReportSchedule[];
}

Properties

Properties

reportSchedules: ReportSchedule[]

Memberof

ReportScheduleList