Sha256: 865da42d74da30ff9112e04c296c2a1f2a749b02907f4684a736e3a1cf29e8e8

Contents?: true

Size: 424 Bytes

Versions: 2

Compression:

Stored size: 424 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/WidgetStyle.md
datadog_api_client-1.5.0 docs/v1/WidgetStyle.md