PullRequest.PullRequestReviewCommentsCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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