Group of conditions joined with the same boolean operator.
Name | Type | Description | Notes |
---|---|---|---|
JunctionType | string | Type of junction. All = AND; Any = OR. | [optional] |
Conditions | List<Condition> | List of conditions to join. | [optional] |
ConditionGroups | List<ConditionGroup> | List of nested condition groups to join them with a different boolean operator. | [optional] |