Class: DatadogAPIClient::V2::MonitorAlertTriggerAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MonitorAlertTriggerAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/monitor_alert_trigger_attributes.rb
Overview
Attributes for a monitor alert trigger.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#event_id ⇒ Object
readonly
The event ID associated with the monitor alert.
-
#event_ts ⇒ Object
readonly
The timestamp of the event in Unix milliseconds.
-
#monitor_id ⇒ Object
readonly
The monitor ID that triggered the alert.
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/monitor_alert_trigger_attributes.rb', line 33 def additional_properties @additional_properties end |
#event_id ⇒ Object
The event ID associated with the monitor alert.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/monitor_alert_trigger_attributes.rb', line 25 def event_id @event_id end |
#event_ts ⇒ Object
The timestamp of the event in Unix milliseconds.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/monitor_alert_trigger_attributes.rb', line 28 def event_ts @event_ts end |
#monitor_id ⇒ Object
The monitor ID that triggered the alert.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/monitor_alert_trigger_attributes.rb', line 31 def monitor_id @monitor_id end |