Method: IndexeaClient::IndexTask.openapi_types

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

.openapi_typesObject

Attribute type mapping.



45
46
47
48
49
50
51
52
53
54
55
# File 'lib/indexea_client/models/index_task.rb', line 45

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