@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
16 lines (15 loc) • 420 B
TypeScript
import AdaptationSetType from './AdaptationSetType';
/**
* @export
* @class AdaptationSetTypeResponse
*/
export declare class AdaptationSetTypeResponse {
/**
* The type of the adaptation set
* @type {AdaptationSetType}
* @memberof AdaptationSetTypeResponse
*/
type?: AdaptationSetType;
constructor(obj?: Partial<AdaptationSetTypeResponse>);
}
export default AdaptationSetTypeResponse;