webhook

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

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Webhook.


fun webhook(name: String): Webhook

See also

Parameters

name

The unique name of the resulting resource.