VenueGetResponse.State Property

Definition

state

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

Property Value

Attributes

Applies to