new module:model/DSDocGenStepInput(dataJson, outputFileName, outputFileNameIsUnique, outputFormat, templateId)
- Source:
Constructs a new DSDocGenStepInput.
Parameters:
| Name | Type | Description |
|---|---|---|
dataJson |
module:model/RecordStringOrVariableOrTransformation | |
outputFileName |
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] |
outputFileNameIsUnique |
Boolean | |
outputFormat |
module:model/DSWorkflowDocGenDocOutputFormat | |
templateId |
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) dataJson :module:model/RecordStringOrVariableOrTransformation
- Source:
Type:
(inner) outputFileName :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) outputFileNameIsUnique :Boolean
- Source:
Type:
- Boolean
(inner) outputFormat :module:model/DSWorkflowDocGenDocOutputFormat
- Source:
Type:
- module:model/DSWorkflowDocGenDocOutputFormat
(inner) templateId :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/DSDocGenStepInput}
- Source:
Constructs a DSDocGenStepInput 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/DSDocGenStepInput | Optional instance to populate. |
Returns:
The populated DSDocGenStepInput instance.