Variant of CheckAttributeBlock for the between operator, which requires both a minimum and maximum value.
| Name | Type | Description | Notes |
|---|---|---|---|
| operator | OperatorEnum | The range comparison operator. Must be `between`. | [optional] |
| min | Object | ||
| max | Object |
| Name | Value |
|---|---|
| BETWEEN | "between" |