Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 666 Bytes

LegacyDocumentBase64FilePayloadItem.md

File metadata and controls

14 lines (11 loc) · 666 Bytes

# LegacyDocumentBase64FilePayloadItem

Properties

Name Type Description Notes
id string Id of the file. [optional]
fileName string Filename. [optional]
mimeType string Mime Type of the file. [optional]
sizeBytes string Size of the file(in bytes). [optional]
externalKey string The file external key. [optional]
base64EncodedData string File data encoded in base 64. [optional]

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