SplitPdfResponse.Status Property

Definition

Status code for HTTP response

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

Property Value

Attributes

Applies to