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

# `t`

```elixir
@type t() :: %DocuSign.Model.BulkProcessResponse{
  batchId: String.t() | nil,
  batchName: String.t() | nil,
  batchSize: 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*
