new module:model/Job(result, urn, theData, obj)
Constructs a new Job.
Parameters:
| Name | Type | Description |
|---|---|---|
result |
String | reporting success status |
urn |
String | the urn identifier of the source file |
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/Job | Optional instance to populate. |
- Source:
Members
(static) constructFromObject
Constructs a Job 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) acceptedJobs :module:model/JobAcceptedJobs
Type:
- Source:
(inner) result :String
reporting success status
Type:
- String
- Source:
(inner) urn :String
the urn identifier of the source file
Type:
- String
- Source: