# DatadogAPIClient::V1::SunburstWidgetLegendTable ## Properties | Name | Type | Description | Notes | | -------- | --------------------------------------------------------------------- | ----------- | ----- | | **type** | [**SunburstWidgetLegendTableType**](SunburstWidgetLegendTableType.md) | | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SunburstWidgetLegendTable.new( type: null ) ```