PullRequestCreatedEventMetadata

Metadata about the pull request that is used when comparing the pull request source with its destination.

Types

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

Properties

Link copied to clipboard

The commit ID of the tip of the branch specified as the destination branch when the pull request was created.

Link copied to clipboard

The commit ID of the most recent commit that the source branch and the destination branch have in common.

Link copied to clipboard

The name of the repository where the pull request was created.

Link copied to clipboard

The commit ID on the source branch used when the pull request was created.

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