EventGetResponse.Images Property

Definition

images

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

Property Value

Attributes

Applies to