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

The EnvelopeAttachments resource provides methods that allow you to associate files with an envelope.

# `t`

```elixir
@type t() :: %DocuSign.Model.EnvelopeAttachments{
  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*
