Commit.CommitValue Property

Definition

commit

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

Property Value

Attributes

Applies to