Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.01 KB

Document.md

File metadata and controls

18 lines (14 loc) · 1.01 KB

Document

Properties

Name Type Description Notes
id string The unique identifier for the document [optional]
created_at \DateTime The date and time at which the document was uploaded [optional]
file_name string The name of the uploaded file [optional]
file_size int The size of the file in bytes [optional]
file_type string The file type of the uploaded file [optional]
type string The type of document [optional]
side string The side of the document, if applicable. The possible values are front and back [optional]
href string The uri of this resource [optional]
download_href string The uri that can be used to download the document [optional]

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