docs/v1/MonitorSearchResultNotification.md in datadog_api_client-1.4.0 vs docs/v1/MonitorSearchResultNotification.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,13 +1,13 @@
# DatadogAPIClient::V1::MonitorSearchResultNotification
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
+| Name | Type | Description | Notes |
+| ---------- | ---------- | ------------------------------------------------- | -------------------- |
| **handle** | **String** | The email address that received the notification. | [optional][readonly] |
-| **name** | **String** | The username receiving the notification | [optional][readonly] |
+| **name** | **String** | The username receiving the notification | [optional][readonly] |
## Example
```ruby
require 'datadog_api_client/v1'
@@ -15,6 +15,5 @@
instance = DatadogAPIClient::V1::MonitorSearchResultNotification.new(
handle: null,
name: null
)
```
-