Sha256: cb67ef9e177aed151c37e54ba55664f8f3ca1dd1ff3df8a866539066847aa0fb

Contents?: true

Size: 704 Bytes

Versions: 2

Compression:

Stored size: 704 Bytes

Contents

# DatadogAPIClient::V2::DashboardListUpdateItemsRequest

## Properties

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

## Example

```ruby
require 'datadog_api_client/v2'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v2/DashboardListUpdateItemsRequest.md
datadog_api_client-1.5.0 docs/v2/DashboardListUpdateItemsRequest.md