View Source DocuSign.Model.BulkProcessResponse (DocuSign v1.1.0)

Link to this section Summary

Link to this section Types

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