Sha256: 03c596c36daf59d513d5ead1337ecd1fee5d7a6b956103c072ee1d6fc8357a57
Contents?: true
Size: 590 Bytes
Versions: 2
Compression:
Stored size: 590 Bytes
Contents
# 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. | | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::GeomapWidgetDefinitionStyle.new( palette: hostmap_blues, palette_flip: false ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/GeomapWidgetDefinitionStyle.md |
datadog_api_client-1.5.0 | docs/v1/GeomapWidgetDefinitionStyle.md |