EventGetResponse.Dates Property

Definition

dates

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

Property Value

Attributes

Applies to