Skip to content

Latest commit

 

History

History
executable file
·
13 lines (10 loc) · 890 Bytes

File metadata and controls

executable file
·
13 lines (10 loc) · 890 Bytes

IO.Swagger.model.widgets.Document

Properties

Name Type Description Notes
Id string ID of the document. In case of PUT call, this is the only field that is accepted in Document structure. Name and mimeType are ignored in case of PUT call [optional]
Label string Label of the document [optional]
MimeType string mimeType of the original file. This is returned in GET but not accepted back in PUT [optional]
Name string Name of the original document uploaded. This is returned in GET but not accepted back in PUT [optional]
NumPages int? Number of pages in the document [optional]

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