Method: PureCloud::AggregationQuery#interval

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

#intervalObject

Behaves like one clause in a SQL WHERE. Specifies the date and time range of data being queried. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss



22
23
24
# File 'lib/purecloud/models/aggregation_query.rb', line 22

def interval
  @interval
end