import * as $dara from '@darabonba/typescript'; export declare class SubmitSmarttagJobResponseBody extends $dara.Model { /** * @remarks * The ID of the smart tagging job. We recommend that you save this ID for subsequent calls of other operations. * * @example * ****d80e4e4044975745c14b**** */ jobId?: string; /** * @remarks * The request ID. * * @example * ******11-DB8D-4A9A-875B-275798****** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }