lib/purecloudplatformclientv2/models/aggregation_query.rb in purecloudplatformclientv2-15.0.0 vs lib/purecloudplatformclientv2/models/aggregation_query.rb in purecloudplatformclientv2-16.0.0

- old
+ new

@@ -22,10 +22,10 @@ attr_accessor :interval # 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 attr_accessor :granularity - # Sets the time zone for the query interval, defaults to UTC. Time zones are represented as an ISO-8601 string. For example: UTC, UTC+01:00, or Europe/London + # Sets the time zone for the query interval, defaults to UTC. Time zones are represented as a string of the zone name as found in the IANA time zone database. For example: UTC, Etc/UTC, or Europe/London attr_accessor :time_zone # Behaves like a SQL GROUPBY. Allows for multiple levels of grouping as a list of dimensions. Partitions resulting aggregate computations into distinct named subgroups rather than across the entire result set as if it were one group. attr_accessor :group_by