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); } export default PlayerChannel;