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

The object contains the response to a bulk send request.

# `t`

```elixir
@type t() :: %DocuSign.Model.BulkSendResponse{
  batchId: String.t() | nil,
  batchName: String.t() | nil,
  batchSize: String.t() | nil,
  envelopeOrTemplateId: String.t() | nil,
  errorDetails: [String.t()] | nil,
  errors: [String.t()] | nil,
  queueLimit: String.t() | nil,
  totalQueued: String.t() | nil
}
```

---

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