entry

suspend fun entry(name: String, block: suspend EntryResourceBuilder.() -> Unit): Entry

Parameters

name

The unique name of the resulting resource.

block

Builder for Entry.

See also


fun entry(name: String): Entry

Parameters

name

The unique name of the resulting resource.

See also