A list of report schedules.

ReportScheduleList

interface ReportScheduleList {
    reportSchedules: ReportSchedule[];
}

Properties

Properties

reportSchedules: ReportSchedule[]

Detailed information about a report schedule.

ReportScheduleList