study

suspend fun study(name: String, block: suspend StudyResourceBuilder.() -> Unit): Study

Parameters

name

The unique name of the resulting resource.

block

Builder for Study.

See also


fun study(name: String): Study

Parameters

name

The unique name of the resulting resource.

See also