# Themes.Job

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**errors** | [**[JobErrors]**](JobErrors.md) | The errors. | [optional] 
**id** | **String** | The identifier. | [optional] 
**percentComplete** | **Number** | The percent complete. | [optional] 
**result** | **{String: String}** | The result. | [optional] 
**status** | **String** | The status. | [optional] 
**time** | **Date** | The time. | [optional] 
**warnings** | [**[JobWarnings]**](JobWarnings.md) | The warnings. | [optional] 

<a name="StatusEnum"></a>
## Enum: StatusEnum

* `COMPLETED` (value: `"COMPLETED"`)
* `QUEUED` (value: `"QUEUED"`)
* `WORKING` (value: `"WORKING"`)
* `FAILED` (value: `"FAILED"`)

