import { ReportDownloadOptions } from './ReportDownloadOptions';
/** getReportDownloadUrlWithOptions */
export interface GetReportDownloadUrlWithOptions {
    /** xsd:long */
    reportJobId?: number;
    /** reportDownloadOptions */
    reportDownloadOptions?: ReportDownloadOptions;
}
