Method: PureCloud::AggregationQuery#hash

Defined in:
lib/purecloud/models/aggregation_query.rb

#hashObject

Calculate hash code according to all attributes.



137
138
139
# File 'lib/purecloud/models/aggregation_query.rb', line 137

def hash
  [interval, granularity, time_zone, group_by, filter, metrics, flatten_multivalued_dimensions].hash
end