Method: NucleusApi::StatisticResourceVO.attribute_map

Defined in:
lib/nucleus_api/models/statistic_resource_vo.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



26
27
28
29
30
31
32
33
# File 'lib/nucleus_api/models/statistic_resource_vo.rb', line 26

def self.attribute_map
  {
    :'description' => :'description',
    :'parameter' => :'parameter',
    :'stat_name' => :'stat_name',
    :'type' => :'type'
  }
end