branch

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

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Branch.


fun branch(name: String): Branch

See also

Parameters

name

The unique name of the resulting resource.