module:model/ConsoleViewRequest

module:model/ConsoleViewRequest

new module:model/ConsoleViewRequest()

Source:

Constructs a new ConsoleViewRequest.
The request object for the EnvelopeViews: createConsole method.

Members

(inner) envelopeId :String

Source:

The envelope ID of the envelope status that failed to post.

Type:
  • String

(inner) returnUrl :String

Source:

The URL to be redirected to after the console view session has ended.

Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated ConsoleViewRequest instance.

Type
module:model/ConsoleViewRequest