ListDealsResponse.Data Property

Definition

data

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

Property Value

Attributes

Applies to