Sha256: a2073cab15a63687741eca319ac93163ae3e031be72ae68e9a1c3f0008ce55e5
Contents?: true
Size: 1.56 KB
Versions: 7
Compression:
Stored size: 1.56 KB
Contents
# DatadogAPIClient::V1::HeatMapWidgetDefinition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **custom_links** | [**Array<WidgetCustomLink>**](WidgetCustomLink.md) | List of custom links. | [optional] | | **events** | [**Array<WidgetEvent>**](WidgetEvent.md) | List of widget events. | [optional] | | **legend_size** | **String** | Available legend sizes for a widget. Should be one of \"0\", \"2\", \"4\", \"8\", \"16\", or \"auto\". | [optional] | | **requests** | [**Array<HeatMapWidgetRequest>**](HeatMapWidgetRequest.md) | List of widget types. | | | **show_legend** | **Boolean** | Whether or not to display the legend on this widget. | [optional] | | **time** | [**WidgetTime**](WidgetTime.md) | | [optional] | | **title** | **String** | Title of the widget. | [optional] | | **title_align** | [**WidgetTextAlign**](WidgetTextAlign.md) | | [optional] | | **title_size** | **String** | Size of the title. | [optional] | | **type** | [**HeatMapWidgetDefinitionType**](HeatMapWidgetDefinitionType.md) | | [default to 'heatmap'] | | **yaxis** | [**WidgetAxis**](WidgetAxis.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::HeatMapWidgetDefinition.new( custom_links: null, events: null, legend_size: null, requests: [{"q":"jvm.heap.memory"}], show_legend: null, time: null, title: null, title_align: null, title_size: null, type: null, yaxis: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems