docs/v1/DashboardBulkActionData.md in datadog_api_client-1.4.0 vs docs/v1/DashboardBulkActionData.md in datadog_api_client-1.5.0

- old
+ new

@@ -1,13 +1,13 @@ # DatadogAPIClient::V1::DashboardBulkActionData ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **id** | **String** | Dashboard resource ID. | | -| **type** | [**DashboardResourceType**](DashboardResourceType.md) | | [default to 'dashboard'] | +| Name | Type | Description | Notes | +| -------- | ----------------------------------------------------- | ---------------------- | -------------------------------- | +| **id** | **String** | Dashboard resource ID. | | +| **type** | [**DashboardResourceType**](DashboardResourceType.md) | | [default to 'dashboard'] | ## Example ```ruby require 'datadog_api_client/v1' @@ -15,6 +15,5 @@ instance = DatadogAPIClient::V1::DashboardBulkActionData.new( id: 123-abc-456, type: null ) ``` -