@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
24 lines (23 loc) • 454 B
TypeScript
/**
* @export
* @class StreamsAdConfigAd
*/
export declare class StreamsAdConfigAd {
/**
* @type {string}
* @memberof StreamsAdConfigAd
*/
position?: string;
/**
* @type {string}
* @memberof StreamsAdConfigAd
*/
url?: string;
/**
* @type {string}
* @memberof StreamsAdConfigAd
*/
type?: string;
constructor(obj?: Partial<StreamsAdConfigAd>);
}
export default StreamsAdConfigAd;