Class: DatadogAPIClient::V2::AlertEventAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AlertEventAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/alert_event_attributes.rb
Overview
Alert event attributes.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aggregation_key ⇒ Object
Aggregation key of the event.
-
#custom ⇒ Object
JSON object of custom attributes.
-
#evt ⇒ Object
JSON object of event system attributes.
-
#links ⇒ Object
The links related to the event.
-
#priority ⇒ Object
The priority of the alert.
-
#service ⇒ Object
Service that triggered the event.
-
#status ⇒ Object
The status of the alert.
-
#timestamp ⇒ Object
POSIX timestamp of the event.
-
#title ⇒ Object
The title of the event.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
51 52 53 |
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 51 def additional_properties @additional_properties end |
#aggregation_key ⇒ Object
Aggregation key of the event.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 25 def aggregation_key @aggregation_key end |
#custom ⇒ Object
JSON object of custom attributes.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 28 def custom @custom end |
#evt ⇒ Object
JSON object of event system attributes.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 31 def evt @evt end |
#links ⇒ Object
The links related to the event.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 34 def links @links end |
#priority ⇒ Object
The priority of the alert.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 37 def priority @priority end |
#service ⇒ Object
Service that triggered the event.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 40 def service @service end |
#status ⇒ Object
The status of the alert.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 43 def status @status end |
#timestamp ⇒ Object
POSIX timestamp of the event.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 46 def @timestamp end |
#title ⇒ Object
The title of the event.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/alert_event_attributes.rb', line 49 def title @title end |