webhook

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

Parameters

name

The unique name of the resulting resource.

block

Builder for Webhook.

See also


fun webhook(name: String): Webhook

Parameters

name

The unique name of the resulting resource.

See also