DocuSign v0.1.2 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()
}