Sha256: a922c11f4db6121a4299c38ba9c76bf408171cde921998168031b4cf1e7a84b3

Contents?: true

Size: 495 Bytes

Versions: 2

Compression:

Stored size: 495 Bytes

Contents

# DatadogAPIClient::V2::IncidentNotificationHandle

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **display_name** | **String** | The name of the notified handle. | [optional] |
| **handle** | **String** | The email address used for the notification. | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::IncidentNotificationHandle.new(
  display_name: Jane Doe,
  handle: @test.user@test.com
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v2/IncidentNotificationHandle.md
datadog_api_client-1.3.0 docs/v2/IncidentNotificationHandle.md