module:model/EnvelopeTransferRuleRequest

module:model/EnvelopeTransferRuleRequest

new module:model/EnvelopeTransferRuleRequest()

Source:

Constructs a new EnvelopeTransferRuleRequest.
This object contains details about the envelope transfer rule that you want to create.

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) fromGroups :Array.<module:model/Group>

Source:
Type:

(inner) fromUsers :Array.<module:model/UserInformation>

Source:
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/EnvelopeTransferRuleRequest}

Source:

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.

Type
module:model/EnvelopeTransferRuleRequest