space

suspend fun space(name: String, block: suspend SpaceResourceBuilder.() -> Unit): Space

Parameters

name

The unique name of the resulting resource.

block

Builder for Space.

See also


fun space(name: String): Space

Parameters

name

The unique name of the resulting resource.

See also