# `DocuSign.Model.EnvelopeAttachment`
[🔗](https://github.com/neilberkman/docusign_elixir/blob/v3.5.1/lib/docusign/model/envelope_attachment.ex#L5)

# `t`

```elixir
@type t() :: %DocuSign.Model.EnvelopeAttachment{
  accessControl: String.t() | nil,
  attachmentId: String.t() | nil,
  attachmentType: String.t() | nil,
  errorDetails: DocuSign.Model.ErrorDetails.t() | nil,
  label: String.t() | nil,
  name: String.t() | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
