Webhook Patch Args
data class WebhookPatchArgs(val clientConfig: Output<WebhookClientConfigPatchArgs>? = null, val throttle: Output<WebhookThrottleConfigPatchArgs>? = null) : ConvertibleToJava<WebhookPatchArgs>
Webhook holds the configuration of the webhook
Constructors
Link copied to clipboard
constructor(clientConfig: Output<WebhookClientConfigPatchArgs>? = null, throttle: Output<WebhookThrottleConfigPatchArgs>? = null)