hunt

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

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Hunt.


fun hunt(name: String): Hunt

See also

Parameters

name

The unique name of the resulting resource.