new module:model/EnvelopeTransferRule()
- Source:
Constructs a new EnvelopeTransferRule
.
This object contains details about an envelope transfer rule.
Members
(inner) carbonCopyOriginalOwner :String
- Source:
Type:
- String
(inner) enabled :String
- Source:
Type:
- String
(inner) envelopeTransferRuleId :String
- Source:
Type:
- String
(inner) eventType :String
- Source:
Type:
- String
(inner) fromGroup :module:model/Group
- Source:
Information about the group that triggers the transfer.
Type:
(inner) fromUser :module:model/UserInformation
- Source:
Information about the user who triggers the transfer.
Type:
(inner) modifiedDate :String
- Source:
Type:
- String
(inner) modifiedUser :module:model/UserInformation
- Source:
Information about the user who last modified the envelope transfer rule.
Type:
(inner) toFolder :module:model/Folder
- Source:
Information about the destination folder to which the envelope is transferred.
Type:
(inner) toUser :module:model/UserInformation
- Source:
Information about the user to which the envelope is transferred.
Type:
Methods
(static) constructFromObject(data, obj) → {module:model/EnvelopeTransferRule}
- Source:
Constructs a EnvelopeTransferRule
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/EnvelopeTransferRule | Optional instance to populate. |
Returns:
The populated EnvelopeTransferRule
instance.