Method: PureCloud::AggregationResultEntry.swagger_types
- Defined in:
- lib/purecloud/models/aggregation_result_entry.rb
.swagger_types ⇒ Object
Attribute type mapping.
48 49 50 51 52 53 54 55 56 |
# File 'lib/purecloud/models/aggregation_result_entry.rb', line 48 def self.swagger_types { :'count' => :'Integer', :'value' => :'String', :'gte' => :'Float', :'lt' => :'Float' } end |