Show / Hide Table of Contents

Class BatchCreatePullRequestCommentsRequest

The request to batch create pull request comments.

Inheritance
object
BatchCreatePullRequestCommentsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX