Sha256: a50b1b119c7935807b95382f712ba41831d08273f57a69dd4a02ab0b9defdbe0
Contents?: true
Size: 798 Bytes
Versions: 2
Compression:
Stored size: 798 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/HostMapWidgetDefinitionStyle.md |
datadog_api_client-1.5.0 | docs/v1/HostMapWidgetDefinitionStyle.md |