EventGetResponse.Classifications Property

Definition

classifications

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

Property Value

Attributes

Applies to