invocation Resource
suspend fun invocationResource(name: String, block: suspend InvocationResourceBuilder.() -> Unit): Invocation
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for Invocation.
The unique name of the resulting resource.
Builder for Invocation.