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;
- // methods
- public void __construct()
- // Inherited methods from VirtualLicense
- public void __construct()
- public $this name()
- public $this timezone()
- public $this licenses()
- // 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
- $licenses — BitmovinApiSdk\Models\VirtualLicenseLicensesListItem[]
- $name — string
- $timezone — string
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