Commit.Parents Property

Definition

parents

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

Property Value

Attributes

Applies to