module:model/DSWorkflowTransformationExpression

module:model/DSWorkflowTransformationExpression

new module:model/DSWorkflowTransformationExpression()

Source:

Constructs a new DSWorkflowTransformationExpression.
Transformation Expression object. This object should be any of the following object models: [#/definitions/DSWorkflowReplaceExpression, #/definitions/DSWorkflowToLowerExpression, #/definitions/DSWorkflowToUpperExpression, #/components/schemas/DSWorkflowLastIndexOfExpression, #/components/schemas/DSWorkflowIndexOfExpression, #/components/schemas/DSWorkflowSubstringExpression, #/components/schemas/DSWorkflowConcatExpression]

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated DSWorkflowTransformationExpression instance.

Type
module:model/DSWorkflowTransformationExpression