Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 681 Bytes

PdfSaveDocumentResponse.md

File metadata and controls

14 lines (10 loc) · 681 Bytes

PdfSaveDocumentResponse

Represents the response to a save document action request.

Properties

Name Type Description Notes
error Error [optional]
remaining_tokens int Specifies the number of remaining tokens. [optional]
data str Specifies the data of the saved document. [optional] [readonly]
file_name str Specifies the name of the saved document. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]