The response for the getReport operation.

GetReportResponse

interface GetReportResponse {
    errors?: Error[];
    payload?: Report;
}

Properties

Properties

errors?: Error[]

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

GetReportResponse

payload?: Report

GetReportResponse