docs/v1/DashboardSummaryDefinition.md in datadog_api_client-1.4.0 vs docs/v1/DashboardSummaryDefinition.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,20 +1,20 @@
# DatadogAPIClient::V1::DashboardSummaryDefinition
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **author_handle** | **String** | Identifier of the dashboard author. | [optional] |
-| **created_at** | **Time** | Creation date of the dashboard. | [optional] |
-| **description** | **String** | Description of the dashboard. | [optional] |
-| **id** | **String** | Dashboard identifier. | [optional] |
-| **is_read_only** | **Boolean** | Whether this dashboard is read-only. If True, only the author and admins can make changes to it. | [optional] |
-| **layout_type** | [**DashboardLayoutType**](DashboardLayoutType.md) | | [optional] |
-| **modified_at** | **Time** | Modification date of the dashboard. | [optional] |
-| **title** | **String** | Title of the dashboard. | [optional] |
-| **url** | **String** | URL of the dashboard. | [optional] |
+| Name | Type | Description | Notes |
+| ----------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------------------ | ---------- |
+| **author_handle** | **String** | Identifier of the dashboard author. | [optional] |
+| **created_at** | **Time** | Creation date of the dashboard. | [optional] |
+| **description** | **String** | Description of the dashboard. | [optional] |
+| **id** | **String** | Dashboard identifier. | [optional] |
+| **is_read_only** | **Boolean** | Whether this dashboard is read-only. If True, only the author and admins can make changes to it. | [optional] |
+| **layout_type** | [**DashboardLayoutType**](DashboardLayoutType.md) | | [optional] |
+| **modified_at** | **Time** | Modification date of the dashboard. | [optional] |
+| **title** | **String** | Title of the dashboard. | [optional] |
+| **url** | **String** | URL of the dashboard. | [optional] |
## Example
```ruby
require 'datadog_api_client/v1'
@@ -29,6 +29,5 @@
modified_at: null,
title: null,
url: null
)
```
-