Method: IndexeaClient::AppBean.attribute_map

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

.attribute_mapObject

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



61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# File 'lib/indexea_client/models/app_bean.rb', line 61

def self.attribute_map
  {
    :'id' => :'id',
    :'account' => :'account',
    :'cluster' => :'cluster',
    :'name' => :'name',
    :'ident' => :'ident',
    :'intro' => :'intro',
    :'paid' => :'paid',
    :'storage' => :'storage',
    :'shards' => :'shards',
    :'replicas' => :'replicas',
    :'searchs' => :'searchs',
    :'mentor' => :'mentor',
    :'settings' => :'settings',
    :'indices' => :'indices',
    :'created_at' => :'created_at',
    :'expired_at' => :'expired_at',
    :'status' => :'status'
  }
end