Method: IndexeaClient::QueryForm.openapi_types
- Defined in:
- lib/indexea_client/models/query_form.rb
.openapi_types ⇒ Object
Attribute type mapping.
53 54 55 56 57 58 59 60 61 62 63 64 65 |
# File 'lib/indexea_client/models/query_form.rb', line 53 def self.openapi_types { :'name' => :'Object', :'intro' => :'Object', :'indices' => :'Object', :'query' => :'Object', :'suggest' => :'Object', :'script_score' => :'Object', :'script_fields' => :'Object', :'sort_fields' => :'Object', :'status' => :'Object' } end |