brand

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

Parameters

name

The unique name of the resulting resource.

block

Builder for Brand.

See also


fun brand(name: String): Brand

Parameters

name

The unique name of the resulting resource.

See also