The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

SQL::QueryBuilder::WebApi::Object::ConditionGroup

Group of conditions joined with the same boolean operator.

Load the model package

use SQL::QueryBuilder::WebApi::Object::ConditionGroup;

Properties

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

[Back to Model list] [Back to API list] [Back to README]