The response for the getReportSchedule operation.

GetReportScheduleResponse

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

Properties

Properties

errors?: Error[]

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

GetReportScheduleResponse

payload?: ReportSchedule

GetReportScheduleResponse