webhook Resource
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.
The unique name of the resulting resource.
Builder for Webhook.