DiffEntry.Changes Property

Definition

Number of Changes in the file

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

Property Value

Attributes

Applies to