Sha256: 63ee22fd39f5a324e7fe36641b38457e58576b53ded5a42b5431dd2746305a59
Contents?: true
Size: 499 Bytes
Versions: 7
Compression:
Stored size: 499 Bytes
Contents
# DatadogAPIClient::V2::DashboardListDeleteItemsResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **deleted_dashboards_from_list** | [**Array<DashboardListItemResponse>**](DashboardListItemResponse.md) | List of dashboards deleted from the dashboard list. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::DashboardListDeleteItemsResponse.new( deleted_dashboards_from_list: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems