Class CreatePullRequestCommentRequest
The request to create a pull request comment.
Implements
Inherited Members
Namespace: Google.Apis.SecureSourceManager.v1.Data
Assembly: Google.Apis.SecureSourceManager.v1.dll
Syntax
public class CreatePullRequestCommentRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parent
Required. The pull request in which to create the pull request comment. Format:
projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PullRequestComment
Required. The pull request comment to create.
Declaration
[JsonProperty("pullRequestComment")]
public virtual PullRequestComment PullRequestComment { get; set; }
Property Value
| Type | Description |
|---|---|
| PullRequestComment |