BitmovinApiSdk\Models\PlayerLicense
Synopsis
class PlayerLicense
extends BitmovinResponse
{
- // members
- public string $name;
- public Carbon $createdAt;
- public string $licenseKey;
- public int $impressions;
- public int $maxImpressions;
- public bool $thirdPartyLicensingEnabled;
- public array $domains;
- public string $analyticsKey;
- // Inherited members from BitmovinResponse
- public string $id;
- // methods
- public void __construct()
- public $this name()
- // Inherited methods from BitmovinResponse
- public void __construct()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $analyticsKey — string
- $createdAt — Carbon\Carbon
- $domains — \BitmovinApiSdk\Models\Domain[]
- $id — string
- $impressions — int
- $licenseKey — string
- $maxImpressions — int
- $name — string
- $thirdPartyLicensingEnabled — BitmovinApiSdk\Models\bool
Methods
public
- __construct()
- name() — Name of the resource (required)