new module:model/DSWorkflowVariableFromVariable(key, propertyName, source, stepId)
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
Type:
- String
(inner) propertyName :String
Type:
- String
(inner) source :module:model/DSWorkflowVariableSourceTypesVariable
Type:
- module:model/DSWorkflowVariableSourceTypesVariable
(inner) stepId :String
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/DSWorkflowVariableFromVariable}
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.