docs/v1/GeomapWidgetDefinitionStyle.md in datadog_api_client-1.4.0 vs docs/v1/GeomapWidgetDefinitionStyle.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,13 +1,13 @@
# DatadogAPIClient::V1::GeomapWidgetDefinitionStyle
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **palette** | **String** | The color palette to apply to the widget. | |
-| **palette_flip** | **Boolean** | Whether to flip the palette tones. | |
+| Name | Type | Description | Notes |
+| ---------------- | ----------- | ----------------------------------------- | ----- |
+| **palette** | **String** | The color palette to apply to the widget. | |
+| **palette_flip** | **Boolean** | Whether to flip the palette tones. | |
## Example
```ruby
require 'datadog_api_client/v1'
@@ -15,6 +15,5 @@
instance = DatadogAPIClient::V1::GeomapWidgetDefinitionStyle.new(
palette: hostmap_blues,
palette_flip: false
)
```
-