Sha256: a06c7283f2d71e6f52b742d0a34482801af091a666ca95cf9a97c893e1186ae3

Contents?: true

Size: 519 Bytes

Versions: 2

Compression:

Stored size: 519 Bytes

Contents

# DatadogAPIClient::V1::DashboardListDeleteResponse

## Properties

| Name                          | Type        | Description                       | Notes      |
| ----------------------------- | ----------- | --------------------------------- | ---------- |
| **deleted_dashboard_list_id** | **Integer** | ID of the deleted dashboard list. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::DashboardListDeleteResponse.new(
  deleted_dashboard_list_id: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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