Class: DatadogAPIClient::V2::IncidentAIPostmortemDataAttributesResponse

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#action_itemsObject

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_propertiesObject

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_impactObject

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_summaryObject

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_timelineObject

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_learnedObject

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_overviewObject

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