PullRequest.PullRequestAdditionsCount Property

Definition

The number of additions in this pull request.

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

Property Value

Attributes

Applies to