UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

21 lines (20 loc) 515 B
import LiveOptionsEntry from './LiveOptionsEntry'; /** * @export * @class LiveOptionsBreakdownEntry */ export declare class LiveOptionsBreakdownEntry { /** * Date, format: yyyy-MM-dd (required) * @type {Date} * @memberof LiveOptionsBreakdownEntry */ date?: Date; /** * @type {LiveOptionsEntry} * @memberof LiveOptionsBreakdownEntry */ hd?: LiveOptionsEntry; constructor(obj?: Partial<LiveOptionsBreakdownEntry>); } export default LiveOptionsBreakdownEntry;