Method: PureCloud::FacetStatistics.swagger_types
- Defined in:
- lib/purecloud/models/facet_statistics.rb
.swagger_types ⇒ Object
Attribute type mapping.
59 60 61 62 63 64 65 66 67 68 69 70 |
# File 'lib/purecloud/models/facet_statistics.rb', line 59 def self.swagger_types { :'count' => :'Integer', :'min' => :'Float', :'max' => :'Float', :'mean' => :'Float', :'std_deviation' => :'Float', :'date_min' => :'DateTime', :'date_max' => :'DateTime' } end |