import * as $dara from '@darabonba/typescript'; export declare class QueryIProductionJobRequest extends $dara.Model { /** * @remarks * The client token that is used to ensure the idempotence of the request. */ clientToken?: string; /** * @remarks * The ID of the intelligent production job. * * This parameter is required. * * @example * ****20b48fb04483915d4f2cd8ac**** */ jobId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }