new module:model/JobPayloadOutput(formats, theData, obj)
Constructs a new JobPayloadOutput.
Group of outputs
Parameters:
| Name | Type | Description |
|---|---|---|
formats |
Array.<module:model/JobPayloadItem> | Group of requested formats/types. User can request multiple formats. |
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/JobPayloadOutput | Optional instance to populate. |
- Source:
Members
(static) constructFromObject
Constructs a JobPayloadOutput 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.
- Source:
(inner) destination :module:model/JobPayloadDestination
Group of destination settings.
Type:
- Source:
(inner) formats :Array.<module:model/JobPayloadItem>
Group of requested formats/types. User can request multiple formats.
Type:
- Array.<module:model/JobPayloadItem>
- Source: