BitmovinApiSdk\Models\PrewarmedEncoderPoolSchedule

Synopsis

class PrewarmedEncoderPoolSchedule extends BitmovinResponse {
  • // 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

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)

Inherited from BitmovinApiSdk\Common\ApiResource

public