Method: TogaiClient::Incident.attribute_map

Defined in:
lib/togai_client/models/incident.rb

.attribute_mapObject

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



47
48
49
50
51
52
53
54
55
56
57
58
59
60
# File 'lib/togai_client/models/incident.rb', line 47

def self.attribute_map
  {
    :'id' => :'id',
    :'alert_id' => :'alertId',
    :'alert_version' => :'alertVersion',
    :'alert_template_id' => :'alertTemplateId',
    :'valid_until' => :'validUntil',
    :'report_data' => :'reportData',
    :'status' => :'status',
    :'last_checked_at' => :'lastCheckedAt',
    :'created_at' => :'createdAt',
    :'updated_at' => :'updatedAt'
  }
end