AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Returns information about a pull request target.

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.PullRequestTarget

Namespace: Amazon.CodeCommit.Model
Assembly: AWSSDK.CodeCommit.dll
Version: 3.x.y.z

Syntax

C#
public class PullRequestTarget

The PullRequestTarget type exposes the following members

Constructors

NameDescription
Public Method PullRequestTarget()

Properties

NameTypeDescription
Public Property DestinationCommit System.String

Gets and sets the property DestinationCommit.

The full commit ID that is the tip of the destination branch. This is the commit where the pull request was or will be merged.

Public Property DestinationReference System.String

Gets and sets the property DestinationReference.

The branch of the repository where the pull request changes are merged. Also known as the destination branch.

Public Property MergeBase System.String

Gets and sets the property MergeBase.

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

Public Property MergeMetadata Amazon.CodeCommit.Model.MergeMetadata

Gets and sets the property MergeMetadata.

Returns metadata about the state of the merge, including whether the merge has been made.

Public Property RepositoryName System.String

Gets and sets the property RepositoryName.

The name of the repository that contains the pull request source and destination branches.

Public Property SourceCommit System.String

Gets and sets the property SourceCommit.

The full commit ID of the tip of the source branch used to create the pull request. If the pull request branch is updated by a push while the pull request is open, the commit ID changes to reflect the new tip of the branch.

Public Property SourceReference System.String

Gets and sets the property SourceReference.

The branch of the repository that contains the changes for the pull request. Also known as the source branch.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5