Class: DatadogAPIClient::V2::GetInvestigationResponseDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GetInvestigationResponseDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/get_investigation_response_data_attributes.rb
Overview
Attributes of the investigation.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#conclusions ⇒ Object
readonly
The conclusions drawn from the investigation.
-
#status ⇒ Object
readonly
The current status of the investigation.
-
#title ⇒ Object
readonly
The title of the investigation.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/get_investigation_response_data_attributes.rb', line 33 def additional_properties @additional_properties end |
#conclusions ⇒ Object
The conclusions drawn from the investigation.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/get_investigation_response_data_attributes.rb', line 25 def conclusions @conclusions end |
#status ⇒ Object
The current status of the investigation.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/get_investigation_response_data_attributes.rb', line 28 def status @status end |
#title ⇒ Object
The title of the investigation.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/get_investigation_response_data_attributes.rb', line 31 def title @title end |