GetStampFieldsResponse.Fields Property

Definition

Fields

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

Property Value

Attributes

Applies to