update

suspend fun update(name: String, block: suspend UpdateResourceBuilder.() -> Unit): Update

Parameters

name

The unique name of the resulting resource.

block

Builder for Update.

See also


fun update(name: String): Update

Parameters

name

The unique name of the resulting resource.

See also