DiffEntry.Additions Property

Definition

Number of additions in the file

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

Property Value

Attributes

Applies to