import * as $dara from '@darabonba/typescript'; export declare class BatchGetYikeAssetMediaInfosResponseBodyMediaInfosBizData extends $dara.Model { /** * @example * Label */ auditBlockedLabel?: string; /** * @example * pass */ auditStatus?: string; /** * @example * ID */ creationJobId?: string; /** * @example * pd_0617169475 */ folderId?: string; /** * @example * 1 */ isFavorite?: string; /** * @example * 1 */ isLogicalDeleted?: string; /** * @example * Image */ mediaAssetSubType?: string; /** * @example * HistoricalUpload */ mediaAssetType?: string; /** * @example * pd_0617169475 */ productionId?: string; /** * @example * f4a26390f02371f0a1f4e6e7c7586706 */ sourceId?: string; /** * @example * name */ sourceName?: string; /** * @example * MainBody */ sourceType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class BatchGetYikeAssetMediaInfosResponseBodyMediaInfosFileInfoListFileBasicInfo extends $dara.Model { /** * @example * 30 */ bitrate?: string; /** * @example * 200 */ duration?: string; /** * @example * example.mp4 */ fileName?: string; /** * @example * 191 */ fileSize?: string; /** * @example * Normal */ fileStatus?: string; /** * @example * source_file */ fileType?: string; /** * @example * http://example-bucket.oss-cn-shanghai.aliyuncs.com/example.mp4?Expires=&OSSAccessKeyId=&Signature=&security-token= */ fileUrl?: string; /** * @example * jpg */ formatName?: string; /** * @example * 416 */ height?: string; /** * @example * cn-shanghai */ region?: string; /** * @example * 640 */ width?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class BatchGetYikeAssetMediaInfosResponseBodyMediaInfosFileInfoList extends $dara.Model { fileBasicInfo?: BatchGetYikeAssetMediaInfosResponseBodyMediaInfosFileInfoListFileBasicInfo; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class BatchGetYikeAssetMediaInfosResponseBodyMediaInfosMediaBasicInfo extends $dara.Model { /** * @example * ICE */ biz?: string; /** * @example * general */ businessType?: string; /** * @example * category */ category?: string; /** * @example * https://dtlive-bj.oss-cn-beijing.aliyuncs.com/cover/01e1271d-ff4f-4689-9c20-e1df81486859_open_live_cover.jpg */ coverURL?: string; /** * @example * 2020-12-26T04:11:08Z */ createTime?: string; /** * @example * 2021-01-08T16:52:07Z */ deletedTime?: string; /** * @example * sample_description */ description?: string; /** * @example * https://example-bucket.oss-cn-shanghai.aliyuncs.com/example.mp4 */ inputURL?: string; /** * @example * *****64623a94eca8516569c8f***** */ mediaId?: string; /** * @example * tag1,tag2 */ mediaTags?: string; /** * @example * video */ mediaType?: string; /** * @example * 2021-01-08T16:52:04Z */ modifiedTime?: string; /** * @example * [] */ snapshots?: string; /** * @example * oss */ source?: string; /** * @example * [{"bucket":"example-bucket","count":"32","iceJobId":"******83ec44d58b2069def2e******","location":"oss-cn-shanghai","snapshotRegular":"example/example-{Count}.jpg","spriteRegular":"example/example-{TileCount}.jpg","templateId":"******e438b14ff39293eaec25******","tileCount":"1"}] */ spriteImages?: string; /** * @example * Normal */ status?: string; /** * @example * title */ title?: string; /** * @example * Init */ transcodeStatus?: string; /** * @example * UserData */ userData?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class BatchGetYikeAssetMediaInfosResponseBodyMediaInfos extends $dara.Model { bizData?: BatchGetYikeAssetMediaInfosResponseBodyMediaInfosBizData; fileInfoList?: BatchGetYikeAssetMediaInfosResponseBodyMediaInfosFileInfoList[]; mediaBasicInfo?: BatchGetYikeAssetMediaInfosResponseBodyMediaInfosMediaBasicInfo; /** * @example * ******c48fb37407365d4f2cd8****** */ mediaId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class BatchGetYikeAssetMediaInfosResponseBody extends $dara.Model { ignoredList?: string[]; mediaInfos?: BatchGetYikeAssetMediaInfosResponseBodyMediaInfos[]; /** * @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; }); }