Sha256: 8dbab7bb8eb089b9f2904e5c0ce13c622bca7d8b4c4725a9501264a7f309e311

Contents?: true

Size: 444 Bytes

Versions: 2

Compression:

Stored size: 444 Bytes

Contents

# DatadogAPIClient::V1::DeletedMonitor

## Properties

| Name                   | Type        | Description                | Notes      |
| ---------------------- | ----------- | -------------------------- | ---------- |
| **deleted_monitor_id** | **Integer** | ID of the deleted monitor. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::DeletedMonitor.new(
  deleted_monitor_id: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/DeletedMonitor.md
datadog_api_client-1.5.0 docs/v1/DeletedMonitor.md