new module:model/BulkRecipientsSummaryResponse()
Constructs a new BulkRecipientsSummaryResponse
.
Members
(inner) bulkRecipients :Array.<module:model/BulkRecipient>
A complex type containing information about the bulk recipients in the response.
Type:
- Array.<module:model/BulkRecipient>
(inner) bulkRecipientsCount :String
The number of items returned in this response.
Type:
- String
(inner) bulkRecipientsUri :String
Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information.
Type:
- String
(inner) errorDetails :Array.<module:model/ErrorDetails>
Array or errors.
Type:
- Array.<module:model/ErrorDetails>
Methods
(static) constructFromObject(data, obj) → {module:model/BulkRecipientsSummaryResponse}
Constructs a BulkRecipientsSummaryResponse
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/BulkRecipientsSummaryResponse | Optional instance to populate. |
Returns:
The populated BulkRecipientsSummaryResponse
instance.