Sha256: 4de2b04380e40963492f7b704894b450108102bf372da9f1b89e160a48ed802e
Contents?: true
Size: 473 Bytes
Versions: 2
Compression:
Stored size: 473 Bytes
Contents
# DatadogAPIClient::V1::DashboardDeleteResponse ## Properties | Name | Type | Description | Notes | | ------------------------ | ---------- | ---------------------------- | ---------- | | **deleted_dashboard_id** | **String** | ID of the deleted dashboard. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::DashboardDeleteResponse.new( deleted_dashboard_id: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/DashboardDeleteResponse.md |
datadog_api_client-1.5.0 | docs/v1/DashboardDeleteResponse.md |