new module:model/BccEmailArchiveHistory()
- Source:
Constructs a new BccEmailArchiveHistory
.
Contains details about the history of the BCC email archive configuration.
Members
(inner) accountId :String
- Source:
The account ID associated with the envelope.
Type:
- String
(inner) action :String
- Source:
Type:
- String
(inner) email :String
- Source:
Type:
- String
(inner) modified :String
- Source:
Type:
- String
(inner) modifiedBy :module:model/UserInfo
- Source:
Details about the user who last modified the BCC email archive configuration.
Type:
(inner) status :String
- Source:
Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/BccEmailArchiveHistory}
- Source:
Constructs a BccEmailArchiveHistory
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/BccEmailArchiveHistory | Optional instance to populate. |
Returns:
The populated BccEmailArchiveHistory
instance.