BitmovinApiSdk\Models\WebhookNotificationWithStreamConditionsRequest

Synopsis

class WebhookNotificationWithStreamConditionsRequest extends WebhookNotification {
  • // Inherited members from WebhookNotification
  • public string $url;
  • public WebhookHttpMethod $method;
  • public bool $insecureSsl;
  • public WebhookSignature $signature;
  • // 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

Inherited from BitmovinApiSdk\Models\WebhookNotification

public

  • insecureSsl() — Skip verification of the SSL certificate
  • method() — HTTP method used for the webhook
  • signature() — Signature used for the webhook
  • url() — The destination URL where the webhook data is send to (required)

Inherited from BitmovinApiSdk\Models\Notification

public

Inherited from BitmovinApiSdk\Common\ApiResource

public