BitmovinApiSdk\Models\PlayerChannel

Synopsis

class PlayerChannel extends BitmovinResponse {
  • // members
  • public string $name;
  • // Inherited members from BitmovinResponse
  • public string $id;
  • // Inherited methods from BitmovinResponse
  • public void __construct()
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

  • $id — string
  • $name — string

Methods

Inherited from BitmovinApiSdk\Common\ApiResource

public