CreateEventResponse.IsOnlineEvent Property

Definition

A boolean indicating whether or not the event is online.

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

Property Value

Attributes

Applies to