Sha256: 2eea32c6847df06d7819b422b8e0e6a906a93f23386f5b3a07c30b269978a023
Contents?: true
Size: 682 Bytes
Versions: 2
Compression:
Stored size: 682 Bytes
Contents
# DatadogAPIClient::V2::DashboardListUpdateItemsResponse ## Properties | Name | Type | Description | Notes | | -------------- | -------------------------------------------------------------------------- | ----------------------------------------- | ---------- | | **dashboards** | [**Array<DashboardListItemResponse>**](DashboardListItemResponse.md) | List of dashboards in the dashboard list. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::DashboardListUpdateItemsResponse.new( dashboards: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/DashboardListUpdateItemsResponse.md |
datadog_api_client-1.5.0 | docs/v2/DashboardListUpdateItemsResponse.md |