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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/monitor_search_result_notification.rb', line 30 def additional_properties @additional_properties end |
#handle ⇒ Object
The email address that received the notification.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/monitor_search_result_notification.rb', line 25 def handle @handle end |
#name ⇒ Object
The username receiving the notification
28 29 30 |
# File 'lib/datadog_api_client/v1/models/monitor_search_result_notification.rb', line 28 def name @name end |