ApplyTemplatesToDocumentsInput.DocumentTemplates Property

Definition

Document Templates

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

Property Value

Attributes

Applies to