Contents

ScmPullRequest.Attributes

The attributes that describe a Pull Requests resource.

Declaration

object ScmPullRequest.Attributes

Properties

NameTypeDescription
destinationBranchNamestring

The name of the pull request’s destination branch.

destinationRepositoryNamestring

The name of the pull request’s destination repository. If the pull request is not for a fork, this is the same value as the source repository name.

destinationRepositoryOwnerstring

The owner of the pull request’s destination repository.

isClosedboolean

A Boolean value that indicates whether the pull request is open or closed.

isCrossRepositoryboolean

A Boolean value that indicates whether the pull request is for a Git fork.

numberinteger

The pull request number.

sourceBranchNamestring

The name of the pull request’s source branch.

sourceRepositoryNamestring

The name of the pull request’s source repository.

sourceRepositoryOwnerstring

The owner of the pull request’s destination repository.

titlestring

The pull request’s title.

webUrluri

The URL of the pull request.

See Also

Objects