EventSubscriptionCreateParams

Create a new event subscription.

Types

Link copied to clipboard
class Body
Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
class EventType : Enum

Functions

Link copied to clipboard

Additional headers to send with the request.

Link copied to clipboard

Additional query param to send with the request.

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of description.

Link copied to clipboard

Returns the raw JSON value of disabled.

Link copied to clipboard
Link copied to clipboard
open override fun _headers(): Headers

The full set of headers in the parameters, including both fixed and additional headers.

Link copied to clipboard
open override fun _queryParams(): QueryParams

The full set of query params in the parameters, including both fixed and additional query params.

Link copied to clipboard

Returns the raw JSON value of url.

Link copied to clipboard

Event subscription description.

Link copied to clipboard

Whether the event subscription is active (false) or inactive (true).

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard

Indicates types of events that will be sent to this subscription. If left blank, all types will be sent.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun url(): String

URL to which event webhooks will be sent. URL must be a valid HTTPS address.