import * as $dara from '@darabonba/typescript'; import { VodPackagingAsset } from "./VodPackagingAsset"; export declare class CreateVodPackagingAssetResponseBody extends $dara.Model { /** * @remarks * The information about the asset. */ asset?: VodPackagingAsset; /** * @remarks * The ID of the request. * * @example * 25818875-5F78-4A13-BEF6-D7393642CA58 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }