VenuesGetResponse.Embedded Property

Definition

_embedded

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

Property Value

Attributes

Applies to