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