new module:model/DSWorkflowSubstringExpression(startIndex, text, type)
Constructs a new DSWorkflowSubstringExpression.
Parameters:
| Name | Type | Description |
|---|---|---|
startIndex |
Object | Reference of #/definitions/NumberOrVariable. Object stands for a number or a Variable. This object should be any of the following object models or types: [number, #/definitions/DSWorkflowVariable] |
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/DSWorkflowTransformationExpressionTypesSubstringExpression |
Members
(inner) length :Object
Reference of #/definitions/NumberOrVariable. Object stands for a number or a Variable. This object should be any of the following object models or types: [number, #/definitions/DSWorkflowVariable]
Type:
- Object
(inner) startIndex :Object
Reference of #/definitions/NumberOrVariable. Object stands for a number or a Variable. This object should be any of the following object models or types: [number, #/definitions/DSWorkflowVariable]
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/DSWorkflowTransformationExpressionTypesSubstringExpression
Type:
- module:model/DSWorkflowTransformationExpressionTypesSubstringExpression
Methods
(static) constructFromObject(data, obj) → {module:model/DSWorkflowSubstringExpression}
Constructs a DSWorkflowSubstringExpression 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/DSWorkflowSubstringExpression | Optional instance to populate. |
Returns:
The populated DSWorkflowSubstringExpression instance.