import * as $dara from '@darabonba/typescript'; export declare class SubmitLiveRecordJobResponseBody extends $dara.Model { /** * @remarks * The ID of the recording job. * * @example * ab0e3e76-1e9d-11ed-ba64-0c42a1b73d66 */ jobId?: string; /** * @remarks * The request ID. * * @example * BEA98A0C-7870-15FE-B96F-8880BB600A2C */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }