Method: PureCloud::AggregationQuery#granularity

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

#granularityObject

Granularity aggregates metrics into subpartitions within the time interval specified. The default granularity is the same duration as the interval. Periods are represented as an ISO-8601 string. For example: P1D or P1DT12H



25
26
27
# File 'lib/purecloud/models/aggregation_query.rb', line 25

def granularity
  @granularity
end