View Source DocuSign.Model.BulkSendResponse (DocuSign v1.0.0)

The object contains the response to a bulk send request.

Link to this section Summary

Link to this section Types

@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
}