PullRequest.PullRequestCommentsCount Property

Definition

The number of comments in this pull request.

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

Property Value

Attributes

Applies to