Sha256: af2898098aae8695e2ad059db947ac297cdeab2a67d3f72bb7ba041728b312b3

Contents?: true

Size: 1.05 KB

Versions: 7

Compression:

Stored size: 1.05 KB

Contents

# DatadogAPIClient::V1::DashboardList

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **author** | [**Creator**](Creator.md) |  | [optional] |
| **created** | **Time** | Date of creation of the dashboard list. | [optional][readonly] |
| **dashboard_count** | **Integer** | The number of dashboards in the list. | [optional][readonly] |
| **id** | **Integer** | The ID of the dashboard list. | [optional][readonly] |
| **is_favorite** | **Boolean** | Whether or not the list is in the favorites. | [optional][readonly] |
| **modified** | **Time** | Date of last edition of the dashboard list. | [optional][readonly] |
| **name** | **String** | The name of the dashboard list. |  |
| **type** | **String** | The type of dashboard list. | [optional][readonly] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::DashboardList.new(
  author: null,
  created: null,
  dashboard_count: null,
  id: null,
  is_favorite: null,
  modified: null,
  name: My Dashboard,
  type: manual_dashboard_list
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

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