new module:model/DSIdvStepInput(backgroundColorBranding, expectedFullName, retryLimit, textColorBranding)
- Source:
Constructs a new DSIdvStepInput.
Parameters:
| Name | Type | Description |
|---|---|---|
backgroundColorBranding |
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] |
expectedFullName |
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] |
retryLimit |
Object | This object should be any of the following object models or types: [number, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression] |
textColorBranding |
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] |
Members
(inner) backgroundColorBranding :Object
- Source:
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) expectedFullName :Object
- Source:
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) retryLimit :Object
- Source:
This object should be any of the following object models or types: [number, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression]
Type:
- Object
(inner) textColorBranding :Object
- Source:
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
Methods
(static) constructFromObject(data, obj) → {module:model/DSIdvStepInput}
- Source:
Constructs a DSIdvStepInput 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/DSIdvStepInput | Optional instance to populate. |
Returns:
The populated DSIdvStepInput instance.