Sha256: ac21469224d8f155c08220e8bb80430825b99080dc30ab16f49ad227abf3a5b5

Contents?: true

Size: 689 Bytes

Versions: 2

Compression:

Stored size: 689 Bytes

Contents

# DatadogAPIClient::V1::Widget

## Properties

| Name           | Type                                        | Description       | Notes      |
| -------------- | ------------------------------------------- | ----------------- | ---------- |
| **definition** | [**WidgetDefinition**](WidgetDefinition.md) |                   |            |
| **id**         | **Integer**                                 | ID of the widget. | [optional] |
| **layout**     | [**WidgetLayout**](WidgetLayout.md)         |                   | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::Widget.new(
  definition: null,
  id: null,
  layout: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/Widget.md
datadog_api_client-1.5.0 docs/v1/Widget.md