new module:model/RecipientsUpdateSummary()
- Source:
Constructs a new RecipientsUpdateSummary
.
This is the response that the API returns after you update recipients.
Members
(inner) recipientUpdateResults :Array.<module:model/RecipientUpdateResponse>
- Source:
Type:
Methods
(static) constructFromObject(data, obj) → {module:model/RecipientsUpdateSummary}
- Source:
Constructs a RecipientsUpdateSummary
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/RecipientsUpdateSummary | Optional instance to populate. |
Returns:
The populated RecipientsUpdateSummary
instance.