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.

Information about an update to the source branch of a pull request.

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.PullRequestSourceReferenceUpdatedEventMetadata

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

Syntax

C#
public class PullRequestSourceReferenceUpdatedEventMetadata

The PullRequestSourceReferenceUpdatedEventMetadata type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AfterCommitId System.String

Gets and sets the property AfterCommitId.

The full commit ID of the commit in the source branch that was the tip of the branch at the time the pull request was updated.

Public Property BeforeCommitId System.String

Gets and sets the property BeforeCommitId.

The full commit ID of the commit in the destination branch that was the tip of the branch at the time the pull request was updated.

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 RepositoryName System.String

Gets and sets the property RepositoryName.

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

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