Sha256: 35f909734d34080d635a8429f3805fcd1ce95935132a9ad5e384d043d1d2ee84
Contents?: true
Size: 1.71 KB
Versions: 5
Compression:
Stored size: 1.71 KB
Contents
# DatadogAPIClient::V1::DistributionWidgetDefinition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **legend_size** | **String** | (Deprecated) The widget legend was replaced by a tooltip and sidebar. | [optional] | | **markers** | [**Array<WidgetMarker>**](WidgetMarker.md) | List of markers. | [optional] | | **requests** | [**Array<DistributionWidgetRequest>**](DistributionWidgetRequest.md) | Array of one request object to display in the widget. See the dedicated [Request JSON schema documentation](https://docs.datadoghq.com/dashboards/graphing_json/request_json) to learn how to build the `REQUEST_SCHEMA`. | | | **show_legend** | **Boolean** | (Deprecated) The widget legend was replaced by a tooltip and sidebar. | [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** | [**DistributionWidgetDefinitionType**](DistributionWidgetDefinitionType.md) | | [default to 'distribution'] | | **xaxis** | [**DistributionWidgetXAxis**](DistributionWidgetXAxis.md) | | [optional] | | **yaxis** | [**DistributionWidgetYAxis**](DistributionWidgetYAxis.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::DistributionWidgetDefinition.new( legend_size: null, markers: null, requests: [{"q":"host:X tags:Y"}], show_legend: null, time: null, title: null, title_align: null, title_size: null, type: null, xaxis: null, yaxis: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems