hunt

suspend fun hunt(name: String, block: suspend HuntResourceBuilder.() -> Unit): Hunt

Parameters

name

The unique name of the resulting resource.

block

Builder for Hunt.

See also


fun hunt(name: String): Hunt

Parameters

name

The unique name of the resulting resource.

See also