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

Summary

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
}