VenueGetResponse.Markets Property

Definition

markets

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

Property Value

Attributes

Applies to