Group of conditions joined with the same boolean operator.
| Name | Type | Description | Notes |
|---|---|---|---|
| junction_type | str | Type of junction. All = AND; Any = OR. | [optional] |
| conditions | list[Condition] | List of conditions to join. | [optional] |
| condition_groups | list[ConditionGroup] | List of nested condition groups to join them with a different boolean operator. | [optional] |