new module:model/DSDocGenStep(config, id, input, name, output, type)
- Source:
Constructs a new DSDocGenStep.
Parameters:
| Name | Type | Description |
|---|---|---|
config |
module:model/RecordToNever | |
id |
String | |
input |
module:model/DSDocGenStepInput | |
name |
String | |
output |
Object:.<String:, Object:> | A Record of strings to Strings, Variables, or Transformation Expressions |
type |
module:model/DSWorkflowStepTypesDSDocGen |
Members
(inner) config :module:model/RecordToNever
- Source:
Type:
(inner) id :String
- Source:
Type:
- String
(inner) input :module:model/DSDocGenStepInput
- Source:
Type:
(inner) name :String
- Source:
Type:
- String
(inner) output :Object:.<String:, Object:>
- Source:
A Record of strings to Strings, Variables, or Transformation Expressions
Type:
(inner) type :module:model/DSWorkflowStepTypesDSDocGen
- Source:
Type:
- module:model/DSWorkflowStepTypesDSDocGen
Methods
(static) constructFromObject(data, obj) → {module:model/DSDocGenStep}
- Source:
Constructs a DSDocGenStep 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/DSDocGenStep | Optional instance to populate. |
Returns:
The populated DSDocGenStep instance.