Sha256: 8253c4048038f7afc43b99c9c7c005971a390d4e60e57bf5bbdbd338e7c3cd5d
Contents?: true
Size: 710 Bytes
Versions: 2
Compression:
Stored size: 710 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/DashboardListDeleteItemsRequest.md |
datadog_api_client-1.5.0 | docs/v2/DashboardListDeleteItemsRequest.md |