Sha256: 7be34be09e61d45e00d975bae42a1dae9e6a12e6afa5f8fc408742a5fca2cb2b

Contents?: true

Size: 1.16 KB

Versions: 6

Compression:

Stored size: 1.16 KB

Contents

# 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] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::DashboardSummaryDefinition.new(
  author_handle: null,
  created_at: null,
  description: null,
  id: null,
  is_read_only: null,
  layout_type: null,
  modified_at: null,
  title: null,
  url: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/DashboardSummaryDefinition.md
datadog_api_client-1.3.0 docs/v1/DashboardSummaryDefinition.md
datadog_api_client-1.2.0 docs/v1/DashboardSummaryDefinition.md
datadog_api_client-1.1.0 docs/v1/DashboardSummaryDefinition.md
datadog_api_client-1.0.0 docs/v1/DashboardSummaryDefinition.md
datadog_api_client-1.0.0.beta.3 docs/v1/DashboardSummaryDefinition.md