Lilt API binding for java
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | A name for the Job. | [optional] |
| dueDate | Integer | An ISO string date. | [optional] |
| isProcessing | IsProcessingEnum | The processing status of the job. Provide one of the following integers to indicate the status. Ok = 0 Started = 1 ExportError = -2 | [optional] |
| processingErrorMsg | String | The processing error message. | [optional] |
| Name | Value |
|---|---|
| _0 | "0" |
| _1 | "1" |
| _2 | "-2" |