import * as $dara from '@darabonba/typescript'; export declare class DescribeMeterImsMediaConvertUHDUsageResponseBodyData extends $dara.Model { /** * @remarks * The usage duration, in minutes. * * @example * 308028 */ duration?: number; /** * @remarks * The transcoding specifications. * * @example * SuperResolution.Standard.1080P */ specification?: string; /** * @remarks * The beginning time of usage. The value is a 10-digit timestamp. * * @example * 1656950400 */ time?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeMeterImsMediaConvertUHDUsageResponseBody extends $dara.Model { /** * @remarks * The usage statistics of IMS on UHD transcoding of MPS. */ data?: DescribeMeterImsMediaConvertUHDUsageResponseBodyData[]; /** * @remarks * The request ID. * * @example * BEA98A0C-7870-15FE-B96F-8880BB600A2C */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }