Method: Falcon::MsaAggregationResult.attribute_map
- Defined in:
- lib/crimson-falcon/models/msa_aggregation_result.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
44 45 46 47 48 49 50 51 |
# File 'lib/crimson-falcon/models/msa_aggregation_result.rb', line 44 def self.attribute_map { :'buckets' => :'buckets', :'doc_count_error_upper_bound' => :'doc_count_error_upper_bound', :'name' => :'name', :'sum_other_doc_count' => :'sum_other_doc_count' } end |