Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 619 Bytes

File metadata and controls

14 lines (10 loc) · 619 Bytes

DocumentResponse

Represents response containing document info

Properties

Name Type Description Notes
code int Response status code.
status str Response status. [optional]
document Document Document object [optional]
messages list[str] A list of messages obtained while producing the responce [optional]

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