new module:model/BulkSendBatchStatus()
- Source:
Constructs a new BulkSendBatchStatus
.
Result of getBulkSendBatchStatus
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) bulkErrors :Array.<module:model/BulkSendErrorStatus>
- Source:
Type:
- Array.<module:model/BulkSendErrorStatus>
(inner) envelopeIdOrTemplateId :String
- Source:
Type:
- String
(inner) envelopesInfo :module:model/BulkSendEnvelopesInfo
- Source:
Type:
(inner) envelopesUri :String
- Source:
Type:
- String
(inner) failed :String
- Source:
Type:
- String
(inner) mailingListId :String
- Source:
Type:
- String
(inner) mailingListName :String
- Source:
Type:
- String
(inner) ownerUserId :String
- Source:
Type:
- String
(inner) queued :String
- Source:
Type:
- String
(inner) resendsRemaining :String
- Source:
Type:
- String
(inner) senderUserId :String
- Source:
Type:
- String
(inner) sent :String
- Source:
Type:
- String
(inner) submittedDate :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/BulkSendBatchStatus}
- Source:
Constructs a BulkSendBatchStatus
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/BulkSendBatchStatus | Optional instance to populate. |
Returns:
The populated BulkSendBatchStatus
instance.