Method: IndexeaClient::IndexTask.attribute_map

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

.attribute_mapObject

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



32
33
34
35
36
37
38
39
40
41
42
# File 'lib/indexea_client/models/index_task.rb', line 32

def self.attribute_map
  {
    :'id' => :'id',
    :'index' => :'index',
    :'es_task_id' => :'es_task_id',
    :'es_detail' => :'es_detail',
    :'created_at' => :'created_at',
    :'end_at' => :'end_at',
    :'status' => :'status'
  }
end