brand

suspend fun brand(name: String, block: suspend BrandResourceBuilder.() -> Unit): Brand

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Brand.


fun brand(name: String): Brand

See also

Parameters

name

The unique name of the resulting resource.