PullRequest.Base Property

Definition

Base

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

Property Value

Attributes

Applies to