Method: IndexeaClient::IndexBean.openapi_types
- Defined in:
- lib/indexea_client/models/index_bean.rb
.openapi_types ⇒ Object
Attribute type mapping.
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 |
# File 'lib/indexea_client/models/index_bean.rb', line 90 def self.openapi_types { :'id' => :'Object', :'account' => :'Object', :'app' => :'Object', :'name' => :'Object', :'system' => :'Object', :'intro' => :'Object', :'_alias' => :'Object', :'type' => :'Object', :'filters' => :'Object', :'aggs' => :'Object', :'sorts' => :'Object', :'shards' => :'Object', :'replicas' => :'Object', :'analyzer' => :'Object', :'search_analyzer' => :'Object', :'stat' => :'Object', :'options' => :'Object', :'created_at' => :'Object', :'updated_at' => :'Object', :'status' => :'Object' } end |