new module:model/DSWorkflowLastIndexOfExpression(searchText, text, type)
Constructs a new DSWorkflowLastIndexOfExpression.
Parameters:
| Name | Type | Description |
|---|---|---|
searchText |
Object | Reference of #/definitions/StringOrVariableOrTransformation. 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] |
text |
Object | Reference of #/definitions/StringOrVariableOrTransformation. 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 |
module:model/DSWorkflowTransformationExpressionTypesLastIndexOfExpression |
Members
(inner) searchText :Object
Reference of #/definitions/StringOrVariableOrTransformation. 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:
- Object
(inner) text :Object
Reference of #/definitions/StringOrVariableOrTransformation. 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:
- Object
(inner) type :module:model/DSWorkflowTransformationExpressionTypesLastIndexOfExpression
Type:
- module:model/DSWorkflowTransformationExpressionTypesLastIndexOfExpression
Methods
(static) constructFromObject(data, obj) → {module:model/DSWorkflowLastIndexOfExpression}
Constructs a DSWorkflowLastIndexOfExpression 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/DSWorkflowLastIndexOfExpression | Optional instance to populate. |
Returns:
The populated DSWorkflowLastIndexOfExpression instance.