Request parameters for getReportSchedules operation in ReportsApi.

ReportsApiGetReportSchedulesRequest

interface ReportsApiGetReportSchedulesRequest {
    reportTypes: string[];
}

Properties

Properties

reportTypes: string[]

A list of report types used to filter report schedules.

ReportsApiGetReportSchedules