CreateBranchRequest

Represents the input of a create branch operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the new branch to create.

Link copied to clipboard

The ID of the commit to point the new branch to.

Link copied to clipboard

The name of the repository in which you want to create the new branch.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String