branch

suspend fun branch(name: String, block: suspend BranchResourceBuilder.() -> Unit): Branch

Parameters

name

The unique name of the resulting resource.

block

Builder for Branch.

See also


fun branch(name: String): Branch

Parameters

name

The unique name of the resulting resource.

See also