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.

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

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.PullRequestCreatedEventMetadata

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

Syntax

C#
public class PullRequestCreatedEventMetadata

The PullRequestCreatedEventMetadata type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DestinationCommitId System.String

Gets and sets the property DestinationCommitId.

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

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 created.

Public Property SourceCommitId System.String

Gets and sets the property SourceCommitId.

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

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