Method: IndexeaClient::KeywordBindingBean.openapi_types
- Defined in:
- lib/indexea_client/models/keyword_binding_bean.rb
.openapi_types ⇒ Object
Attribute type mapping.
48 49 50 51 52 53 54 55 56 57 58 59 |
# File 'lib/indexea_client/models/keyword_binding_bean.rb', line 48 def self.openapi_types { :'id' => :'Object', :'app' => :'Object', :'index' => :'Object', :'query' => :'Object', :'keyword' => :'Object', :'_alias' => :'Object', :'ids' => :'Object', :'created_at' => :'Object' } end |