Sha256: 4a6db7351b692d1416b86ac345dcccbc83b3efb19d340295ec2fa018e8fd5aba

Contents?: true

Size: 461 Bytes

Versions: 7

Compression:

Stored size: 461 Bytes

Contents

# DatadogAPIClient::V2::DashboardListDeleteItemsRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **dashboards** | [**Array<DashboardListItemRequest>**](DashboardListItemRequest.md) | List of dashboards to delete from the dashboard list. | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::DashboardListDeleteItemsRequest.new(
  dashboards: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v2/DashboardListDeleteItemsRequest.md
datadog_api_client-1.3.0 docs/v2/DashboardListDeleteItemsRequest.md
datadog_api_client-1.2.0 docs/v2/DashboardListDeleteItemsRequest.md
datadog_api_client-1.1.0 docs/v2/DashboardListDeleteItemsRequest.md
datadog_api_client-1.0.0 docs/v2/DashboardListDeleteItemsRequest.md
datadog_api_client-1.0.0.beta.3 docs/v2/DashboardListDeleteItemsRequest.md
datadog_api_client-1.0.0.beta.2 docs/v2/DashboardListDeleteItemsRequest.md