import * as $dara from '@darabonba/typescript'; export declare class ListYikeProductionsResponseBodyProductionList extends $dara.Model { /** * @example * Manage */ auth?: string; /** * @example * https://tagvvcloud-material-center-prod.oss-cn-hangzhou.aliyuncs.com/sumvideo/utils_image/sumvideo-video-cover.png */ coverUrl?: string; /** * @example * 2026-01-07T02:21:36Z */ createTime?: string; /** * @example * aliyun_183320223010**** */ createUserName?: string; /** * @example * Swas_QuerySwasInstanceByRegion */ description?: string; /** * @example * pd_463862**** */ productionId?: string; /** * @example * Harvest */ title?: string; /** * @example * llm-m3r546h1n9kq3mtm */ workspaceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ListYikeProductionsResponseBody extends $dara.Model { /** * @example * 50 */ maxResults?: number; /** * @example * Token */ nextToken?: string; productionList?: ListYikeProductionsResponseBodyProductionList[]; /** * @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; }); }