PullRequest.Head Property

Definition

Head

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

Property Value

Attributes

Applies to