The response for the getReportSchedules operation.

Export

GetReportSchedulesResponse

interface GetReportSchedulesResponse {
    errors?: Error[];
    payload?: ReportSchedule[];
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

GetReportSchedulesResponse

payload?: ReportSchedule[]

Memberof

GetReportSchedulesResponse