The response for the getReportSchedules operation.

GetReportSchedulesResponse

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

Properties

Properties

errors?: Error[]

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

GetReportSchedulesResponse

payload?: ReportSchedule[]

GetReportSchedulesResponse