new module:model/BccEmailArchive()
- Source:
Constructs a new BccEmailArchive
.
This object contains information abut a BCC email archive configuration (a BCC email address used to archive DocuSign-generated emails).
Members
(inner) accountId :String
- Source:
The account ID associated with the envelope.
Type:
- String
(inner) bccEmailArchiveId :String
- Source:
Type:
- String
(inner) created :String
- Source:
Type:
- String
(inner) createdBy :module:model/UserInfo
- Source:
Details about the user who created the BCC email archive configuration.
Type:
(inner) email :String
- Source:
Type:
- String
(inner) emailNotificationId :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
(inner) uri :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/BccEmailArchive}
- Source:
Constructs a BccEmailArchive
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/BccEmailArchive | Optional instance to populate. |
Returns:
The populated BccEmailArchive
instance.