import * as $dara from '@darabonba/typescript'; export declare class QueryTraceExtractJobRequest extends $dara.Model { /** * @remarks * The job ID. You can obtain the value of this parameter from the response of the SubmitTraceExtractJob operation. * * This parameter is required. * * @example * 31fa3c9ca8134fb4b0b0f7878301**** */ jobId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }