Method: IndexeaClient::IndexBean.attribute_map

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

.attribute_mapObject

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



64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# File 'lib/indexea_client/models/index_bean.rb', line 64

def self.attribute_map
  {
    :'id' => :'id',
    :'account' => :'account',
    :'app' => :'app',
    :'name' => :'name',
    :'system' => :'system',
    :'intro' => :'intro',
    :'_alias' => :'alias',
    :'type' => :'type',
    :'filters' => :'filters',
    :'aggs' => :'aggs',
    :'sorts' => :'sorts',
    :'shards' => :'shards',
    :'replicas' => :'replicas',
    :'analyzer' => :'analyzer',
    :'search_analyzer' => :'search_analyzer',
    :'stat' => :'stat',
    :'options' => :'options',
    :'created_at' => :'created_at',
    :'updated_at' => :'updated_at',
    :'status' => :'status'
  }
end