BitmovinApiSdk\Models\PlayerVersion
Synopsis
class PlayerVersion
extends BitmovinResponse
{
- // members
- public string $version;
- public string $cdnUrl;
- public string $downloadUrl;
- public Carbon $createdAt;
- // Inherited members from BitmovinResponse
- public string $id;
- // methods
- public void __construct()
- // Inherited methods from BitmovinResponse
- public void __construct()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $cdnUrl — string
- $createdAt — Carbon\Carbon
- $downloadUrl — string
- $id — string
- $version — string