Class: DatadogAPIClient::V1::MonitorSearchResultNotification
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorSearchResultNotification
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/monitor_search_result_notification.rb
Overview
A notification triggered by the monitor.
Instance Attribute Summary collapse
-
#handle ⇒ Object
The email address that received the notification.
-
#name ⇒ Object
The username receiving the notification.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#handle ⇒ Object
The email address that received the notification.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/monitor_search_result_notification.rb', line 29 def handle @handle end |
#name ⇒ Object
The username receiving the notification
32 33 34 |
# File 'lib/datadog_api_client/v1/models/monitor_search_result_notification.rb', line 32 def name @name end |