Sha256: 008fb5bfed4c2ac11406e620f8ba54a9fee8674c9ff56362d4a26caa10037df0

Contents?: true

Size: 1.57 KB

Versions: 1

Compression:

Stored size: 1.57 KB

Contents

# DatadogAPIClient::V1::TreeMapWidgetDefinition

## Properties

| Name         | Type                                                              | Description                       | Notes                                 |
| ------------ | ----------------------------------------------------------------- | --------------------------------- | ------------------------------------- |
| **color_by** | [**TreeMapColorBy**](TreeMapColorBy.md)                           |                                   | [optional][default to 'user'] |
| **group_by** | [**TreeMapGroupBy**](TreeMapGroupBy.md)                           |                                   | [optional]                            |
| **requests** | [**Array<TreeMapWidgetRequest>**](TreeMapWidgetRequest.md)  | List of top list widget requests. |                                       |
| **size_by**  | [**TreeMapSizeBy**](TreeMapSizeBy.md)                             |                                   | [optional]                            |
| **title**    | **String**                                                        | Title of your widget.             | [optional]                            |
| **type**     | [**TreeMapWidgetDefinitionType**](TreeMapWidgetDefinitionType.md) |                                   | [default to 'treemap']        |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::TreeMapWidgetDefinition.new(
  color_by: null,
  group_by: null,
  requests: [{"q":"system.load.1"}],
  size_by: null,
  title: null,
  type: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/TreeMapWidgetDefinition.md