PullRequest.PullRequestCommitsCount Property

Definition

The number of commits in this pull request.

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

Property Value

Attributes

Applies to