Constructor Summary
Public Constructor | ||
public |
constructor(response: Object) |
Member Summary
Public Members | ||
public |
|
|
public |
|
|
public |
|
|
public |
|
Public Constructors
public constructor(response: Object) source
Params:
Name | Type | Attribute | Description |
response | Object | JSON formatted response of a single job status |
|
response.id | String |
|
The id of the job status on the server |
response.type | String |
|
The type of this object ('job_status') |
response.status | String |
|
Status for the job status |
response.started_at | Date |
|
Time at which the job status was started |
response.completed_at | Date |
|
Time at which the job status was completed |