BitmovinApiSdk\Models\CustomPlayerBuildDownload
Synopsis
class CustomPlayerBuildDownload
extends ApiResource
{
- // members
- public string $downloadLink;
- public Carbon $expiresAt;
- // methods
- public void __construct()
- public $this downloadLink()
- public $this expiresAt()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $downloadLink — string
- $expiresAt — Carbon\Carbon
Methods
public
- __construct()
- downloadLink() — The link to download the custom built player (required)
- expiresAt() — Until this date the download link is valid and can be downloaded. (required)