Method: PureCloud::AggregationQuery#hash
- Defined in:
- lib/purecloud/models/aggregation_query.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
150 151 152 |
# File 'lib/purecloud/models/aggregation_query.rb', line 150 def hash [interval, granularity, time_zone, group_by, filter, metrics, flatten_multivalued_dimensions, views].hash end |