module:model/DSWorkflowConcatExpression

module:model/DSWorkflowConcatExpression

new module:model/DSWorkflowConcatExpression(type)

Source:

Constructs a new DSWorkflowConcatExpression.

Parameters:
Name Type Description
type module:model/DSWorkflowTransformationExpressionTypesConcatExpression

Members

(inner) inputs :Array:.<Object:>

Source:

A list of #/definitions/StringOrVariableOrTransformation. Each element is: Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression]

Type:
  • Array:.<Object:>

(inner) type :module:model/DSWorkflowTransformationExpressionTypesConcatExpression

Source:
Type:
  • module:model/DSWorkflowTransformationExpressionTypesConcatExpression

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated DSWorkflowConcatExpression instance.

Type
module:model/DSWorkflowConcatExpression