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