Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.05 KB

LegacyDocumentDocumentListItem.md

File metadata and controls

18 lines (15 loc) · 1.05 KB

# LegacyDocumentDocumentListItem

Properties

Name Type Description Notes
id string Id of the document. [optional]
type string Type of the document. [optional]
subType string Subtype of the document. [optional]
name string Name of the document. [optional]
externalKey string External key of the document. [optional]
files \Equisoft\SDK\EquisoftConnect\Model\LegacyDocumentFile[] Files contained inside the document. [optional]
createdBy string Email of user who created the document. [optional]
createdOn string Date of creation of the document. [optional]
modifiedBy string Email of user who last modified the document. [optional]
modifiedOn string Date of the last modification of the document. [optional]

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