Method: PureCloud::FacetStatistics.attribute_map
- Defined in:
- lib/purecloud/models/facet_statistics.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
# File 'lib/purecloud/models/facet_statistics.rb', line 38 def self.attribute_map { :'count' => :'count', :'min' => :'min', :'max' => :'max', :'mean' => :'mean', :'std_deviation' => :'stdDeviation', :'date_min' => :'dateMin', :'date_max' => :'dateMax' } end |