module:model/BulkRecipientsSummaryResponse

module:model/BulkRecipientsSummaryResponse

new module:model/BulkRecipientsSummaryResponse()

Source:

Constructs a new BulkRecipientsSummaryResponse.

Members

(inner) bulkRecipients :Array.<module:model/BulkRecipient>

Source:

A complex type containing information about the bulk recipients in the response.

Type:

(inner) bulkRecipientsCount :String

Source:

The number of items returned in this response.

Type:
  • String

(inner) bulkRecipientsUri :String

Source:

Contains a URI for an endpoint that allows you to easily retrieve bulk recipient information.

Type:
  • String

(inner) errorDetails :Array.<module:model/ErrorDetails>

Source:

Array or errors.

Type:

Methods

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

Source:

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.

Type
module:model/BulkRecipientsSummaryResponse