posture

suspend fun posture(name: String, block: suspend PostureResourceBuilder.() -> Unit): Posture

Parameters

name

The unique name of the resulting resource.

block

Builder for Posture.

See also


fun posture(name: String): Posture

Parameters

name

The unique name of the resulting resource.

See also