Sha256: 598fd46b5ca6a472c617de6f1a6f46a6cc4333d68740c38de92ee42a48a7a1b5

Contents?: true

Size: 406 Bytes

Versions: 7

Compression:

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

7 entries across 7 versions & 1 rubygems

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