CreateDocumentResponse.Code Property

Definition

code

[System.Text.Json.Serialization.JsonPropertyName("code")]
public int? Code { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("code")>]
member this.Code : Nullable<int> with get, set
Public Property Code As Nullable(Of Integer)

Property Value

Attributes

Applies to