Class: DatadogAPIClient::V2::IncidentAIPostmortemDataAttributesResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::IncidentAIPostmortemDataAttributesResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/incident_ai_postmortem_data_attributes_response.rb
Overview
Attributes of an AI-generated incident postmortem.
Instance Attribute Summary collapse
-
#action_items ⇒ Object
Action items to prevent recurrence.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#customer_impact ⇒ Object
The impact of the incident on customers.
-
#executive_summary ⇒ Object
An executive summary of the incident.
-
#key_timeline ⇒ Object
Key timeline events during the incident.
-
#lessons_learned ⇒ Object
Lessons learned from the incident.
-
#system_overview ⇒ Object
An overview of the affected systems.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#action_items ⇒ Object
Action items to prevent recurrence.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/incident_ai_postmortem_data_attributes_response.rb', line 25 def action_items @action_items end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/incident_ai_postmortem_data_attributes_response.rb', line 42 def additional_properties @additional_properties end |
#customer_impact ⇒ Object
The impact of the incident on customers.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/incident_ai_postmortem_data_attributes_response.rb', line 28 def customer_impact @customer_impact end |
#executive_summary ⇒ Object
An executive summary of the incident.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/incident_ai_postmortem_data_attributes_response.rb', line 31 def executive_summary @executive_summary end |
#key_timeline ⇒ Object
Key timeline events during the incident.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/incident_ai_postmortem_data_attributes_response.rb', line 34 def key_timeline @key_timeline end |
#lessons_learned ⇒ Object
Lessons learned from the incident.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/incident_ai_postmortem_data_attributes_response.rb', line 37 def lessons_learned @lessons_learned end |
#system_overview ⇒ Object
An overview of the affected systems.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/incident_ai_postmortem_data_attributes_response.rb', line 40 def system_overview @system_overview end |