Sha256: 67488be9cec03629d61f3e904648e3b6e290010d7512e2954169377754aa0558
Contents?: true
Size: 578 Bytes
Versions: 2
Compression:
Stored size: 578 Bytes
Contents
# DatadogAPIClient::V2::DashboardListItemResponse ## Properties | Name | Type | Description | Notes | | -------- | ------------------------------------- | -------------------- | ---------- | | **id** | **String** | ID of the dashboard. | [readonly] | | **type** | [**DashboardType**](DashboardType.md) | | | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::DashboardListItemResponse.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/DashboardListItemResponse.md |
datadog_api_client-1.5.0 | docs/v2/DashboardListItemResponse.md |