import * as $dara from '@darabonba/typescript'; export declare class GetSnapshotJobRequest extends $dara.Model { /** * @remarks * The ID of the snapshot job. * * This parameter is required. * * @example * ****d80e4e4044975745c14b**** */ jobId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }