BitmovinApiSdk\Models\VirtualLicenseCreateRequest

Synopsis

class VirtualLicenseCreateRequest extends VirtualLicense {
  • // Inherited members from VirtualLicense
  • public string $name;
  • public string $timezone;
  • public array $licenses;
  • // 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

Methods

Inherited from BitmovinApiSdk\Models\VirtualLicense

public

  • licenses() — List of Analytics Licenses
  • name() — Name of the Virtual License
  • timezone() — The timezone of the Virtual License

Inherited from BitmovinApiSdk\Common\ApiResource

public