Method: PureCloud::StatisticalSummary.swagger_types

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

.swagger_typesObject

Attribute type mapping.



65
66
67
68
69
70
71
72
73
74
75
76
77
78
# File 'lib/purecloud/models/statistical_summary.rb', line 65

def self.swagger_types
  {
    :'max' => :'Float',
    :'min' => :'Float',
    :'count' => :'Integer',
    :'sum' => :'Float',
    :'current' => :'Float',
    :'ratio' => :'Float',
    :'numerator' => :'Float',
    :'denominator' => :'Float',
    :'target' => :'Float'
    
  }
end