Sha256: 39fff77c062dba243213f3b614aaedaf207158ee74aecd7f4321a2e028ffe0f1

Contents?: true

Size: 502 Bytes

Versions: 4

Compression:

Stored size: 502 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

4 entries across 4 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/MonitorSearchResultNotification.md
datadog_api_client-1.3.0 docs/v1/MonitorSearchResultNotification.md
datadog_api_client-1.2.0 docs/v1/MonitorSearchResultNotification.md
datadog_api_client-1.1.0 docs/v1/MonitorSearchResultNotification.md