Commit.Stats Property

Definition

stats

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

Property Value

Attributes

Applies to