Sha256: 3e1465b6dee8224a198693ce878a55076ceec54f3b7f0d86f0ac1d91a8517d90
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
# DatadogAPIClient::V1::SunburstWidgetLegendInlineAutomatic ## Properties | Name | Type | Description | Notes | | ---------------- | ----------------------------------------------------------------------------------------- | ---------------------------------------------- | ---------- | | **hide_percent** | **Boolean** | Whether to hide the percentages of the groups. | [optional] | | **hide_value** | **Boolean** | Whether to hide the values of the groups. | [optional] | | **type** | [**SunburstWidgetLegendInlineAutomaticType**](SunburstWidgetLegendInlineAutomaticType.md) | | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SunburstWidgetLegendInlineAutomatic.new( hide_percent: null, hide_value: null, type: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SunburstWidgetLegendInlineAutomatic.md |