import * as $dara from '@darabonba/typescript'; import { MediaConvertJobWithoutDetail } from "./MediaConvertJobWithoutDetail"; export declare class ListMediaConvertJobsResponseBody extends $dara.Model { /** * @remarks * The tasks. */ jobs?: MediaConvertJobWithoutDetail[]; /** * @remarks * Indicates the read position returned by the current call. An empty value means all data has been read. * * This parameter is required. * * @example * ****cdb3e74639973036bc84**** */ nextPageToken?: string; /** * @remarks * The ID of the request. * * @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; }); }