module:model/DSWorkflowVariableFromVariable

module:model/DSWorkflowVariableFromVariable

new module:model/DSWorkflowVariableFromVariable(key, propertyName, source, stepId)

Source:

Constructs a new DSWorkflowVariableFromVariable.
DS Workflow Variable from a Variable

Parameters:
Name Type Description
key String
propertyName String
source module:model/DSWorkflowVariableSourceTypesVariable
stepId String

Members

(inner) key :String

Source:
Type:
  • String

(inner) propertyName :String

Source:
Type:
  • String

(inner) source :module:model/DSWorkflowVariableSourceTypesVariable

Source:
Type:
  • module:model/DSWorkflowVariableSourceTypesVariable

(inner) stepId :String

Source:
Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated DSWorkflowVariableFromVariable instance.

Type
module:model/DSWorkflowVariableFromVariable