GetSpacesResponse.Items Property

Definition

items

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

Property Value

Attributes

Applies to