module:model/BulkSendResponse

module:model/BulkSendResponse

new module:model/BulkSendResponse()

Source:

Constructs a new BulkSendResponse.
The object contains the response to a bulk send request.

Members

(inner) batchId :String

Source:
Type:
  • String

(inner) batchName :String

Source:
Type:
  • String

(inner) batchSize :String

Source:
Type:
  • String

(inner) envelopeOrTemplateId :String

Source:
Type:
  • String

(inner) errorDetails :Array.<String>

Source:

Array or errors.

Type:
  • Array.<String>

(inner) errors :Array.<String>

Source:
Type:
  • Array.<String>

(inner) queueLimit :String

Source:
Type:
  • String

(inner) totalQueued :String

Source:
Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/BulkSendResponse}

Source:

Constructs a BulkSendResponse from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/BulkSendResponse

Optional instance to populate.

Returns:

The populated BulkSendResponse instance.

Type
module:model/BulkSendResponse