Class: DatadogAPIClient::V1::MonitorSearchResultNotification

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#handleObject

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

#nameObject

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