Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.08 KB

ExternalFile.md

File metadata and controls

17 lines (13 loc) · 1.08 KB

ExternalFile

Properties

Name Type Description Notes
date String The UTC date and time that the file or folder was last modified. [optional]
id String The storage provider's id for the file or folder. [optional]
img String The file extension for a file. Note: If the item is a folder, this value is null. [optional]
name String The full name of a file. [optional]
size String The size of the file. The file size limit varies based on the cloud storage provider. [optional]
supported String When set to true, DocuSign supports the file type for upload. [optional]
type String The type of cloud storage item. Valid values are: - `file` - `folder` [optional]
uri String The URI for the file or folder. [optional]

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