Sha256: 4184f27101c5b398d2294da4e985542bd87600f49b101c61ff6b56f69ac20f2b
Contents?: true
Size: 674 Bytes
Versions: 7
Compression:
Stored size: 674 Bytes
Contents
# DatadogAPIClient::V1::HostMapWidgetDefinitionStyle ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **fill_max** | **String** | Max value to use to color the map. | [optional] | | **fill_min** | **String** | Min value to use to color the map. | [optional] | | **palette** | **String** | Color palette to apply to the widget. | [optional] | | **palette_flip** | **Boolean** | Whether to flip the palette tones. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::HostMapWidgetDefinitionStyle.new( fill_max: null, fill_min: null, palette: null, palette_flip: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems