/** getReportJobStatus */
export interface GetReportJobStatus {
    /** xsd:long */
    reportJobId?: number;
}
