/** getReportDownloadURLResponse */
export interface GetReportDownloadUrlResponse {
    /** xsd:string */
    rval?: string;
}
