CreateEventResponse.End Property

Definition

end

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

Property Value

Attributes

Applies to