bizType

suspend fun bizType(name: String, block: suspend BizTypeResourceBuilder.() -> Unit): BizType

Parameters

name

The unique name of the resulting resource.

block

Builder for BizType.

See also


fun bizType(name: String): BizType

Parameters

name

The unique name of the resulting resource.

See also