import * as $dara from '@darabonba/typescript'; import { VodPackagingGroup } from "./VodPackagingGroup"; export declare class GetVodPackagingGroupResponseBody extends $dara.Model { /** * @remarks * The information about the packaging group. */ packagingGroup?: VodPackagingGroup; /** * @remarks * The ID of the request. * * @example * ****36-3C1E-4417-BDB2-1E034F**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }