Sha256: 45fa14fdb108907954551ae176ba9646a1eade180d40a54c0137f9aa3237ebc8
Contents?: true
Size: 453 Bytes
Versions: 7
Compression:
Stored size: 453 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
7 entries across 7 versions & 1 rubygems