UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

16 lines (15 loc) 362 B
import BitmovinResponse from './BitmovinResponse'; /** * @export * @class PlayerChannel */ export declare class PlayerChannel extends BitmovinResponse { /** * Name of the resource (required) * @type {string} * @memberof PlayerChannel */ name?: string; constructor(obj?: Partial<PlayerChannel>); } export default PlayerChannel;