# 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 ) ```