--- title: AnalyticsQueryFilter --- ## PureCloud::AnalyticsQueryFilter ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **type** | **String** | Boolean operation to apply to the provided predicates and clauses | | | **clauses** | [**Array<AnalyticsQueryClause>**](AnalyticsQueryClause.html) | Boolean 'and/or' logic with up to two-levels of nesting | [optional] | | **predicates** | [**Array<AnalyticsQueryPredicate>**](AnalyticsQueryPredicate.html) | Like a three-word sentence: (attribute-name) (operator) (target-value). These can be one of three types: dimension, property, metric. | [optional] | {: class="table table-striped"}