BitmovinApiSdk\Models\PrewarmedEncoderPoolSchedule
Synopsis
class PrewarmedEncoderPoolSchedule
extends BitmovinResponse
{
- // members
- public PrewarmedEncoderPoolAction $action;
- public Carbon $triggerDate;
- // Inherited members from BitmovinResponse
- public string $id;
- // methods
- public void __construct()
- public $this action()
- public $this triggerDate()
- // Inherited methods from BitmovinResponse
- public void __construct()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $action — BitmovinApiSdk\Models\PrewarmedEncoderPoolAction
- $id — string
- $triggerDate — Carbon\Carbon
Methods
public
- __construct()
- action() — The action to be triggered by the schedule (start or stop) (required)
- triggerDate() — An instant in the future when the specified action should be triggered. Given as UTC expressed in ISO 8601 format (\"YYYY-MM-DDThh:mm:ssZ\"). Seconds will be ignored. (required)