apiTag

suspend fun apiTag(name: String, block: suspend ApiTagResourceBuilder.() -> Unit): ApiTag

Parameters

name

The unique name of the resulting resource.

block

Builder for ApiTag.

See also


fun apiTag(name: String): ApiTag

Parameters

name

The unique name of the resulting resource.

See also