webhookResource

suspend fun webhookResource(name: String, block: suspend WebhookResourceBuilder.() -> Unit): Webhook

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Webhook.