Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.15 KB

Document.md

File metadata and controls

16 lines (13 loc) · 1.15 KB

Document

Properties

Name Type Description Notes
electronic_document_size int The size of the electronic document attached to the represented document, if there is one, in bytes. [optional]
extension str The extension for the document. [optional]
is_electronic_document bool A boolean indicating if there is an electronic document attached to the represented document. [optional]
is_record bool A boolean indicating if the represented document is a record. [optional]
mime_type str The MIME type of the electronic document. [optional]
page_count int The page count of the represented document. [optional]
is_checked_out bool A boolean indicating if the represented document is checked out. [optional]
is_under_version_control bool A boolean indicating if the represented document is under version control. [optional]

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