Class: DatadogAPIClient::V2::AlertEventCustomAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AlertEventCustomAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/alert_event_custom_attributes.rb
Overview
Alert event attributes.
Instance Attribute Summary collapse
-
#custom ⇒ Object
Free form JSON object for arbitrary data.
-
#links ⇒ Object
readonly
The links related to the event.
-
#priority ⇒ Object
The priority of the alert.
-
#status ⇒ Object
readonly
The status of the alert.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#custom ⇒ Object
Free form JSON object for arbitrary data. Supports up to 100 properties per object and a maximum nesting depth of 10 levels.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/alert_event_custom_attributes.rb', line 25 def custom @custom end |
#links ⇒ Object
The links related to the event. Maximum of 20 links allowed.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/alert_event_custom_attributes.rb', line 28 def links @links end |
#priority ⇒ Object
The priority of the alert.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/alert_event_custom_attributes.rb', line 31 def priority @priority end |
#status ⇒ Object
The status of the alert.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/alert_event_custom_attributes.rb', line 34 def status @status end |