status

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

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Status.


fun status(name: String): Status

See also

Parameters

name

The unique name of the resulting resource.