UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

21 lines (20 loc) 518 B
import StreamsAdConfigAd from './StreamsAdConfigAd'; /** * @export * @class StreamsAdConfigResponse */ export declare class StreamsAdConfigResponse { /** * The identifier of the streams ad config * @type {string} * @memberof StreamsAdConfigResponse */ id?: string; /** * @type {StreamsAdConfigAd[]} * @memberof StreamsAdConfigResponse */ ads?: StreamsAdConfigAd[]; constructor(obj?: Partial<StreamsAdConfigResponse>); } export default StreamsAdConfigResponse;