# JobDto ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **number** | | [optional] [default to undefined] **pendingJobs** | **number** | | [optional] [default to undefined] **processingJobs** | **number** | | [optional] [default to undefined] **completedJobs** | **number** | | [optional] [default to undefined] **failedJobs** | **number** | | [optional] [default to undefined] **status** | [**JobStatus**](JobStatus.md) | | [default to undefined] ## Example ```typescript import { JobDto } from './api'; const instance: JobDto = { id, pendingJobs, processingJobs, completedJobs, failedJobs, status, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)