module:model/BulkSendBatchSummary

module:model/BulkSendBatchSummary

new module:model/BulkSendBatchSummary()

Source:

Constructs a new BulkSendBatchSummary.
Summary status of a single batch.

Members

(inner) action :String

Source:
Type:
  • String

(inner) actionStatus :String

Source:
Type:
  • String

(inner) batchId :String

Source:
Type:
  • String

(inner) batchName :String

Source:
Type:
  • String

(inner) batchSize :String

Source:
Type:
  • String

(inner) batchUri :String

Source:
Type:
  • String

(inner) failed :String

Source:
Type:
  • String

(inner) queued :String

Source:
Type:
  • String

(inner) sent :String

Source:
Type:
  • String

(inner) submittedDate :String

Source:
Type:
  • String

Methods

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

Source:

Constructs a BulkSendBatchSummary 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/BulkSendBatchSummary

Optional instance to populate.

Returns:

The populated BulkSendBatchSummary instance.

Type
module:model/BulkSendBatchSummary