Method: IndexeaClient::WidgetBean.openapi_types
- Defined in:
- lib/indexea_client/models/widget_bean.rb
.openapi_types ⇒ Object
Attribute type mapping.
93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/indexea_client/models/widget_bean.rb', line 93 def self.openapi_types { :'id' => :'Object', :'ident' => :'Object', :'account' => :'Object', :'app' => :'Object', :'name' => :'Object', :'type' => :'Object', :'sub_type' => :'Object', :'intro' => :'Object', :'queries' => :'Object', :'layout' => :'Object', :'settings' => :'Object', :'download_url' => :'Object', :'created_at' => :'Object', :'updated_at' => :'Object', :'status' => :'Object' } end |