new module:model/JobPayload(theData, obj)
Constructs a new JobPayload.
Parameters:
| Name | Type | Description |
|---|---|---|
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/JobPayload | Optional instance to populate. |
- Source:
Members
(static) constructFromObject
Constructs a JobPayload 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) input :module:model/JobPayloadInput
Type:
- Source:
(inner) misc :module:model/JobPayloadMisc
Type:
- Source:
(inner) output :module:model/JobPayloadOutput
Type:
- Source: