method

suspend fun method(name: String, block: suspend MethodResourceBuilder.() -> Unit): Method

Parameters

name

The unique name of the resulting resource.

block

Builder for Method.

See also


fun method(name: String): Method

Parameters

name

The unique name of the resulting resource.

See also