status

suspend fun status(name: String, block: suspend StatusResourceBuilder.() -> Unit): Status

Parameters

name

The unique name of the resulting resource.

block

Builder for Status.

See also


fun status(name: String): Status

Parameters

name

The unique name of the resulting resource.

See also