DocuSign v0.2.1 DocuSign.Model.Attachment View Source

Contains information about an attachment.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %DocuSign.Model.Attachment{
  accessControl: String.t(),
  attachmentId: String.t(),
  attachmentType: String.t(),
  data: String.t(),
  label: String.t(),
  name: String.t(),
  remoteUrl: String.t()
}