Sha256: 0717213393d48e4ae81380a10a60f459187226942b8c4a97e879b2a00bf07354

Contents?: true

Size: 750 Bytes

Versions: 2

Compression:

Stored size: 750 Bytes

Contents

# DatadogAPIClient::V2::DashboardListAddItemsResponse

## Properties

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

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::DashboardListAddItemsResponse.new(
  added_dashboards_to_list: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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