# TheJiraCloudPlatformRestApi.JqlQueryClauseTimePredicate

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**operand** | [**JqlQueryClauseOperand**](JqlQueryClauseOperand.md) |  | 
**operator** | **String** | The operator between the field and the operand. | 

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

* `before` (value: `"before"`)
* `after` (value: `"after"`)
* `from` (value: `"from"`)
* `to` (value: `"to"`)
* `on` (value: `"on"`)
* `during` (value: `"during"`)
* `by` (value: `"by"`)

