Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 729 Bytes

DocumentResponse.md

File metadata and controls

14 lines (10 loc) · 729 Bytes

DocumentResponse

Represents response containing document info

Properties

Name Type Description Notes
Code int32 Response status code. [default to null]
Status string Response status. [optional] [default to null]
Document *Document Document object [optional] [default to null]
Messages []string A list of messages obtained while producing the responce [optional] [default to null]

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