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.

Inheritance Hierarchy

System.Object
  Amazon.CodeCommit.Model.PullRequest

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

Syntax

C#
public class PullRequest

The PullRequest type exposes the following members

Constructors

NameDescription
Public Method PullRequest()

Properties

NameTypeDescription
Public Property ApprovalRules System.Collections.Generic.List<Amazon.CodeCommit.Model.ApprovalRule>

Gets and sets the property ApprovalRules.

The approval rules applied to the pull request.

Public Property AuthorArn System.String

Gets and sets the property AuthorArn.

The Amazon Resource Name (ARN) of the user who created the pull request.

Public Property ClientRequestToken System.String

Gets and sets the property ClientRequestToken.

A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.

Public Property CreationDate System.DateTime

Gets and sets the property CreationDate.

The date and time the pull request was originally created, in timestamp format.

Public Property Description System.String

Gets and sets the property Description.

The user-defined description of the pull request. This description can be used to clarify what should be reviewed and other details of the request.

Public Property LastActivityDate System.DateTime

Gets and sets the property LastActivityDate.

The day and time of the last user or system activity on the pull request, in timestamp format.

Public Property PullRequestId System.String

Gets and sets the property PullRequestId.

The system-generated ID of the pull request.

Public Property PullRequestStatus Amazon.CodeCommit.PullRequestStatusEnum

Gets and sets the property PullRequestStatus.

The status of the pull request. Pull request status can only change from OPEN to CLOSED.

Public Property PullRequestTargets System.Collections.Generic.List<Amazon.CodeCommit.Model.PullRequestTarget>

Gets and sets the property PullRequestTargets.

The targets of the pull request, including the source branch and destination branch for the pull request.

Public Property RevisionId System.String

Gets and sets the property RevisionId.

The system-generated revision ID for the pull request.

Public Property Title System.String

Gets and sets the property Title.

The user-defined title of the pull request. This title is displayed in the list of pull requests to other repository users.

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