PullRequest.PullRequestReviewCommentsCount Property

Definition

The number of review comments in this pull request.

[System.Text.Json.Serialization.JsonPropertyName("review_comments")]
public int? PullRequestReviewCommentsCount { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("review_comments")>]
member this.PullRequestReviewCommentsCount : Nullable<int> with get, set
Public Property PullRequestReviewCommentsCount As Nullable(Of Integer)

Property Value

Attributes

Applies to