lib/purecloud/models/analytics_query_clause.rb in purecloud-0.54.1 vs lib/purecloud/models/analytics_query_clause.rb in purecloud-0.55.1

- old
+ new

@@ -16,9 +16,10 @@ require 'date' module PureCloud class AnalyticsQueryClause + # Boolean operation to apply to the provided predicates attr_accessor :type # Like a three-word sentence: (attribute-name) (operator) (target-value). These can be one of three types: dimension, property, metric. attr_accessor :predicates