Method: IndexeaClient::WidgetBean.attribute_map

Defined in:
lib/indexea_client/models/widget_bean.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# File 'lib/indexea_client/models/widget_bean.rb', line 72

def self.attribute_map
  {
    :'id' => :'id',
    :'ident' => :'ident',
    :'account' => :'account',
    :'app' => :'app',
    :'name' => :'name',
    :'type' => :'type',
    :'sub_type' => :'sub_type',
    :'intro' => :'intro',
    :'queries' => :'queries',
    :'layout' => :'layout',
    :'settings' => :'settings',
    :'download_url' => :'download_url',
    :'created_at' => :'created_at',
    :'updated_at' => :'updated_at',
    :'status' => :'status'
  }
end