Webhook Patch
data class WebhookPatch(val clientConfig: WebhookClientConfigPatch? = null, val throttle: WebhookThrottleConfigPatch? = null)
Webhook holds the configuration of the webhook
Constructors
Link copied to clipboard
constructor(clientConfig: WebhookClientConfigPatch? = null, throttle: WebhookThrottleConfigPatch? = null)