Show / Hide Table of Contents

Class CreatePullRequestCommentRequest

The request to create a pull request comment.

Inheritance
object
CreatePullRequestCommentRequest
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX