| Name | Type | Description | Notes |
|---|---|---|---|
| createdDate | \DateTime | Job Created date. | [optional] |
| employerId | string | Employer public Id. | [optional] |
| employerName | string | Employer name. | [optional] |
| executionStartTime | \DateTime | The Job excution start time. | [optional] |
| executionTime | int | The time it took the Job to execute in seconds. | [optional] |
| id | string | Job public Id. | [optional] |
| name | string | The Job name, e.g. uploaded file for Import, or report display name for Report | [optional] |
| outputFormat | string | The Job output format, e.g. json/csv/pdf for Report, or something else for other Job types. | [optional] |
| requestedByName | string | The name of the user that requested this job | [optional] |
| result | \SynergiTech\Staffology\Model\ContractJobResultResponse | [optional] | |
| status | \SynergiTech\Staffology\Model\JobStatus | [optional] | |
| timeInQueue | int | The time the Job spent in the queue before execution in seconds. | [optional] |
| type | \SynergiTech\Staffology\Model\JobType | [optional] | |
| updatedDate | \DateTime | Job Updated date where applicable. | [optional] |