Method: IndexeaClient::TriggerLogBean.openapi_types

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

.openapi_typesObject

Attribute type mapping.



51
52
53
54
55
56
57
58
59
60
61
62
63
# File 'lib/indexea_client/models/trigger_log_bean.rb', line 51

def self.openapi_types
  {
    :'id' => :'Object',
    :'app' => :'Object',
    :'log' => :'Object',
    :'url' => :'Object',
    :'body' => :'Object',
    :'resp_code' => :'Object',
    :'resp_body' => :'Object',
    :'resp_time' => :'Object',
    :'created_at' => :'Object'
  }
end