studio

suspend fun studio(name: String, block: suspend StudioResourceBuilder.() -> Unit): Studio

Parameters

name

The unique name of the resulting resource.

block

Builder for Studio.

See also


fun studio(name: String): Studio

Parameters

name

The unique name of the resulting resource.

See also