eventAction

suspend fun eventAction(name: String, block: suspend EventActionResourceBuilder.() -> Unit): EventAction

Parameters

name

The unique name of the resulting resource.

block

Builder for EventAction.

See also


Parameters

name

The unique name of the resulting resource.

See also