Sha256: 191b6e2daee2d27489bd975040efc28dae5f0dce288141acc30bb350527e4996

Contents?: true

Size: 799 Bytes

Versions: 2

Compression:

Stored size: 799 Bytes

Contents

# DatadogAPIClient::V1::GroupWidgetDefinition

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **layout_type** | [**WidgetLayoutType**](WidgetLayoutType.md) |  |  |
| **title** | **String** | Title of the widget. | [optional] |
| **type** | [**GroupWidgetDefinitionType**](GroupWidgetDefinitionType.md) |  | [default to 'group'] |
| **widgets** | [**Array<Widget>**](Widget.md) | List of widget groups. |  |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::GroupWidgetDefinition.new(
  layout_type: null,
  title: null,
  type: null,
  widgets: [{"definition":{"requests":{"fill":{"q":"system.cpu.user"}},"type":"hostmap"}}]
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.0.0.beta.3 docs/v1/GroupWidgetDefinition.md
datadog_api_client-1.0.0.beta.2 docs/v1/GroupWidgetDefinition.md