# SyncJobWorker
## Properties
**connected** | **bool** | Whether there is a connection between the source and target. | [optional] [default to null]
**last_split** | **i32** | The last time a network split occurred. | [optional] [default to null]
**last_work** | **i32** | The last time the worker performed work. | [optional] [default to null]
**lin** | **i32** | The LIN being worked on. | [optional] [default to null]
**lnn** | **i32** | The lnn the worker is assigned to run on. | [optional] [default to null]
**process_id** | **i32** | The process ID of the worker. | [optional] [default to null]
**source_host** | **String** | The source host for this worker. | [optional] [default to null]
**target_host** | **String** | The target host for this worker. | [optional] [default to null]
**worker_id** | **i32** | The ID of the worker. | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)