View Source DocuSign.Model.ExternalFile (DocuSign v1.3.0)

This object contains information about a file or folder in cloud storage.

Summary

Types

t()

@type t() :: %DocuSign.Model.ExternalFile{
  date: String.t() | nil,
  hasCompositeTemplate: String.t() | nil,
  id: String.t() | nil,
  img: String.t() | nil,
  name: String.t() | nil,
  ownerName: String.t() | nil,
  size: String.t() | nil,
  supported: String.t() | nil,
  type: String.t() | nil,
  uri: String.t() | nil
}