# TheJiraCloudPlatformRestApi.CompoundClause

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**clauses** | [**[JqlQueryClause]**](JqlQueryClause.md) | The list of nested clauses. | 
**operator** | **String** | The operator between the clauses. | 

<a name="OperatorEnum"></a>
## Enum: OperatorEnum

* `and` (value: `"and"`)
* `or` (value: `"or"`)
* `not` (value: `"not"`)

