# Clash.ClashGroupJob

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**jobId** | **String** | The GUID that uniquely identifies the job | 
**groups** | **[String]** | The GUIDs that uniquely identify the clash groups associated with the job | 
**status** | **String** | The current job status | 
**job** | [**Job**](Job.md) |  | 



## Enum: StatusEnum


* `Failed` (value: `"Failed"`)

* `Running` (value: `"Running"`)

* `Succeeded` (value: `"Succeeded"`)

* `Archived` (value: `"Archived"`)




