Sha256: 089cd7423821e500ca436ef6a24faddbf5afffc7a36650a32e6b1e44c74127e8

Contents?: true

Size: 509 Bytes

Versions: 7

Compression:

Stored size: 509 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

7 entries across 7 versions & 1 rubygems

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