import * as $dara from '@darabonba/typescript'; export declare class GetSnapshotUrlsResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * ******11-DB8D-4A9A-875B-275798****** */ requestId?: string; /** * @remarks * The list of snapshot URLs. */ snapshotUrls?: string[]; /** * @remarks * The total number of snapshots. * * @example * 30 */ total?: number; /** * @remarks * The URL of the WebVTT file. * * @example * http://test-bucket.oss-cn-shanghai.aliyuncs.com/ouoput.vtt */ webVTTUrl?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }