CommitDiffSourceCodeType

A type of SourceCodeType that specifies the commit diff for a pull request on an associated repository. The SourceCommit and DestinationCommit fields are required to do a pull request code review.

Types

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

Properties

Link copied to clipboard

The SHA of the destination commit used to generate a commit diff. This field is required for a pull request code review.

Link copied to clipboard

The SHA of the merge base of a commit.

Link copied to clipboard

The SHA of the source commit used to generate a commit diff. This field is required for a pull request code review.

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