AddDocumentsToEnvelopeInput.Unnamed Property

Definition

documents

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

Property Value

Attributes

Applies to