module:model/DelayedRoutingApiModel

module:model/DelayedRoutingApiModel

new module:model/DelayedRoutingApiModel()

Source:

Constructs a new DelayedRoutingApiModel.

Members

(inner) resumeDate :String

Source:

An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent to the recipients associated with the current workflow step or null if the envelope has not yet begun processing the current workflow step.

Type:
  • String

(inner) rules :Array.<module:model/EnvelopeDelayRuleApiModel>

Source:

A list of envelope delay rules specified by the user indicating how and when the envelope should be sent in the future for the current workflow step and its associated recipients. Currently only 1 rule may be specified.

Type:

(inner) status :String

Source:

"pending" if the current workflow step has not been reached and the delay has not yet started. "started" if the delay is in progress. "completed" if the delay has elapsed and the envelope has been sent to the current workflow step's recipients.

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/DelayedRoutingApiModel}

Source:

Constructs a DelayedRoutingApiModel 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/DelayedRoutingApiModel

Optional instance to populate.

Returns:

The populated DelayedRoutingApiModel instance.

Type
module:model/DelayedRoutingApiModel