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 that is associated with a code review. This applies to both pull request and repository analysis code reviews.

Inheritance Hierarchy

System.Object
  Amazon.CodeGuruReviewer.Model.RequestMetadata

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

Syntax

C#
public class RequestMetadata

The RequestMetadata type exposes the following members

Constructors

NameDescription
Public Method RequestMetadata()

Properties

NameTypeDescription
Public Property EventInfo Amazon.CodeGuruReviewer.Model.EventInfo

Gets and sets the property EventInfo.

Information about the event associated with a code review.

Public Property Requester System.String

Gets and sets the property Requester.

An identifier, such as a name or account ID, that is associated with the requester. The Requester is used to capture the author/actor name of the event request.

Public Property RequestId System.String

Gets and sets the property RequestId.

The ID of the request. This is required for a pull request code review.

Public Property VendorName Amazon.CodeGuruReviewer.VendorName

Gets and sets the property VendorName.

The name of the repository vendor used to upload code to an S3 bucket for a CI/CD code review. For example, if code and artifacts are uploaded to an S3 bucket for a CI/CD code review by GitHub scripts from a GitHub repository, then the repository association's ProviderType is S3Bucket and the CI/CD repository vendor name is GitHub. For more information, see the definition for ProviderType in RepositoryAssociation.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5