Method: PureCloud::AggregationQuery.swagger_types
- Defined in:
- lib/purecloud/models/aggregation_query.rb
.swagger_types ⇒ Object
Attribute type mapping.
69 70 71 72 73 74 75 76 77 78 79 80 81 |
# File 'lib/purecloud/models/aggregation_query.rb', line 69 def self.swagger_types { :'interval' => :'String', :'granularity' => :'String', :'time_zone' => :'String', :'group_by' => :'Array<String>', :'filter' => :'AnalyticsQueryFilter', :'metrics' => :'Array<String>', :'flatten_multivalued_dimensions' => :'BOOLEAN', :'views' => :'Array<AnalyticsView>' } end |