Method: NucleusApi::StatisticResourceVO.swagger_types
- Defined in:
- lib/nucleus_api/models/statistic_resource_vo.rb
.swagger_types ⇒ Object
Attribute type mapping.
36 37 38 39 40 41 42 43 |
# File 'lib/nucleus_api/models/statistic_resource_vo.rb', line 36 def self.swagger_types { :'description' => :'String', :'parameter' => :'String', :'stat_name' => :'String', :'type' => :'String' } end |