Method: Falcon::MsaAggregationResult.openapi_types
- Defined in:
- lib/crimson-falcon/models/msa_aggregation_result.rb
.openapi_types ⇒ Object
Attribute type mapping.
59 60 61 62 63 64 65 66 |
# File 'lib/crimson-falcon/models/msa_aggregation_result.rb', line 59 def self.openapi_types { :'buckets' => :'Array<MsaAggregationResultItem>', :'doc_count_error_upper_bound' => :'Integer', :'name' => :'String', :'sum_other_doc_count' => :'Integer' } end |