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