Sha256: 9889f27ca481267dadecf45b2f7bd64366474f288359162ea2e335f24c05100b

Contents?: true

Size: 556 Bytes

Versions: 2

Compression:

Stored size: 556 Bytes

Contents

# DatadogAPIClient::V2::DashboardListItemRequest

## Properties

| Name     | Type                                  | Description          | Notes |
| -------- | ------------------------------------- | -------------------- | ----- |
| **id**   | **String**                            | ID of the dashboard. |       |
| **type** | [**DashboardType**](DashboardType.md) |                      |       |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::DashboardListItemRequest.new(
  id: q5j-nti-fv6,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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