Class BatchCreatePullRequestCommentsRequest
The request to batch create pull request comments.
Implements
Inherited Members
Namespace: Google.Apis.SecureSourceManager.v1.Data
Assembly: Google.Apis.SecureSourceManager.v1.dll
Syntax
public class BatchCreatePullRequestCommentsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Requests
Required. The request message specifying the resources to create. There should be exactly one CreatePullRequestCommentRequest with CommentDetail being REVIEW in the list, and no more than 100 CreatePullRequestCommentRequests with CommentDetail being CODE in the list
Declaration
[JsonProperty("requests")]
public virtual IList<CreatePullRequestCommentRequest> Requests { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CreatePullRequestCommentRequest> |