# WorkerPool
## Properties
**pid** | Option<**i32**> | the process id of jobservice | [optional]
**worker_pool_id** | Option<**String**> | the id of the worker pool | [optional]
**start_at** | Option<**String**> | The start time of the work pool | [optional]
**heartbeat_at** | Option<**String**> | The heartbeat time of the work pool | [optional]
**concurrency** | Option<**i32**> | The concurrency of the work pool | [optional]
**host** | Option<**String**> | The host of the work pool | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)