Sha256: d99c517e13c75c2585f496eb690c2ebab884ccf91925fe1984cd9c1d3234e2e3

Contents?: true

Size: 624 Bytes

Versions: 2

Compression:

Stored size: 624 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.6.0 docs/v2/IncidentNotificationHandle.md
datadog_api_client-1.5.0 docs/v2/IncidentNotificationHandle.md