Sha256: 0ad5815fa8aee4992db924c4bbfce54bd127342407c0ed7e128a2331db3d4a82
Contents?: true
Size: 951 Bytes
Versions: 140
Compression:
Stored size: 951 Bytes
Contents
--- title: AnalyticsQueryPredicate --- ## PureCloud::AnalyticsQueryPredicate ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **type** | **String** | Optional type, can usually be inferred | [optional] | | **dimension** | **String** | Left hand side for dimension predicates | [optional] | | **property_type** | **String** | Left hand side for property predicates | [optional] | | **property** | **String** | Left hand side for property predicates | [optional] | | **metric** | **String** | Left hand side for metric predicates | [optional] | | **operator** | **String** | Optional operator, default is matches | [optional] | | **value** | **String** | Right hand side for dimension, property, or metric predicates | [optional] | | **range** | [**NumericRange**](NumericRange.html) | Right hand side for property or metric predicates | [optional] | {: class="table table-striped"}
Version data entries
140 entries across 140 versions & 2 rubygems