web App Function
suspend fun webAppFunction(name: String, block: suspend WebAppFunctionResourceBuilder.() -> Unit): WebAppFunction
Parameters
name
The unique name of the resulting resource.
block
Builder for WebAppFunction.
See also
Parameters
name
The unique name of the resulting resource.