Method: TogaiClient::Incident.openapi_types

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

.openapi_typesObject

Attribute type mapping.



68
69
70
71
72
73
74
75
76
77
78
79
80
81
# File 'lib/togai_client/models/incident.rb', line 68

def self.openapi_types
  {
    :'id' => :'String',
    :'alert_id' => :'String',
    :'alert_version' => :'Integer',
    :'alert_template_id' => :'String',
    :'valid_until' => :'Time',
    :'report_data' => :'Hash<String, Object>',
    :'status' => :'String',
    :'last_checked_at' => :'Time',
    :'created_at' => :'Time',
    :'updated_at' => :'Time'
  }
end