DocuSign v0.2.9 DocuSign.Model.Attachment View Source

Contains information about an attachment.

Link to this section Summary

Link to this section Types

Specs

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()
}