GetMergeConflictsResponse

Types

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

Properties

Link copied to clipboard

The commit ID of the merge base.

Link copied to clipboard

A list of metadata for any conflicting files. If the specified merge strategy is FAST_FORWARD_MERGE, this list is always empty.

Link copied to clipboard

The commit ID of the destination commit specifier that was used in the merge evaluation.

Link copied to clipboard

A Boolean value that indicates whether the code is mergeable by the specified merge option.

Link copied to clipboard

An enumeration token that can be used in a request to return the next batch of the results.

Link copied to clipboard

The commit ID of the source commit specifier that was used in the merge evaluation.

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