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