Sha256: 75203e2ea05705ad042904c452d08bc61bcbdbe3f62da74977d5f381fff96c77

Contents?: true

Size: 1.22 KB

Versions: 5

Compression:

Stored size: 1.22 KB

Contents

# DatadogAPIClient::V1::GroupWidgetDefinition

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **background_color** | **String** | Background color of the group title. | [optional] |
| **banner_img** | **String** | URL of image to display as a banner for the group. | [optional] |
| **layout_type** | [**WidgetLayoutType**](WidgetLayoutType.md) |  |  |
| **show_title** | **Boolean** | Whether to show the title or not. | [optional][default to true] |
| **title** | **String** | Title of the widget. | [optional] |
| **title_align** | [**WidgetTextAlign**](WidgetTextAlign.md) |  | [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(
  background_color: null,
  banner_img: null,
  layout_type: null,
  show_title: null,
  title: null,
  title_align: null,
  type: null,
  widgets: [{"definition":{"requests":{"fill":{"q":"system.cpu.user"}},"type":"hostmap"}}]
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/GroupWidgetDefinition.md
datadog_api_client-1.3.0 docs/v1/GroupWidgetDefinition.md
datadog_api_client-1.2.0 docs/v1/GroupWidgetDefinition.md
datadog_api_client-1.1.0 docs/v1/GroupWidgetDefinition.md
datadog_api_client-1.0.0 docs/v1/GroupWidgetDefinition.md