Sha256: 6284a6000d8a9e9c201a9420aa4e2a98c3e12a1b2b649f7436f31934f5d11141

Contents?: true

Size: 804 Bytes

Versions: 2

Compression:

Stored size: 804 Bytes

Contents

# DatadogAPIClient::V2::DashboardListItems

## Properties

| Name           | Type                                                       | Description                                 | Notes                |
| -------------- | ---------------------------------------------------------- | ------------------------------------------- | -------------------- |
| **dashboards** | [**Array<DashboardListItem>**](DashboardListItem.md) | List of dashboards in the dashboard list.   |                      |
| **total**      | **Integer**                                                | Number of dashboards in the dashboard list. | [optional][readonly] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::DashboardListItems.new(
  dashboards: [],
  total: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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