# DatadogAPIClient::V1::WidgetStyle ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **palette** | **String** | Color palette to apply to the widget. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::WidgetStyle.new( palette: null ) ```