VenueGetResponse.Test Property

Definition

Whether test.

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

Property Value

Attributes

Applies to