The response for the createReportSchedule operation.

Export

CreateReportScheduleResponse

interface CreateReportScheduleResponse {
    errors?: Error[];
    payload?: CreateReportScheduleResult;
}

Properties

Properties

errors?: Error[]

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

Memberof

CreateReportScheduleResponse

Memberof

CreateReportScheduleResponse