Sha256: f950480ac6c39c3963f9a70d41259c9298c7ff1dae0b00810e3f2f7e7e670822
Contents?: true
Size: 643 Bytes
Versions: 2
Compression:
Stored size: 643 Bytes
Contents
# DatadogAPIClient::V1::MonitorSearchResultNotification ## Properties | Name | Type | Description | Notes | | ---------- | ---------- | ------------------------------------------------- | -------------------- | | **handle** | **String** | The email address that received the notification. | [optional][readonly] | | **name** | **String** | The username receiving the notification | [optional][readonly] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::MonitorSearchResultNotification.new( handle: null, name: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/MonitorSearchResultNotification.md |
datadog_api_client-1.5.0 | docs/v1/MonitorSearchResultNotification.md |