Webhook

data class Webhook(val clientConfig: WebhookClientConfig, val throttle: WebhookThrottleConfig? = null)

Webhook holds the configuration of the webhook

Constructors

Link copied to clipboard
constructor(clientConfig: WebhookClientConfig, throttle: WebhookThrottleConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ClientConfig holds the connection parameters for the webhook required

Link copied to clipboard

Throttle holds the options for throttling the webhook