Class: DatadogAPIClient::V1::HostMapWidgetDefinitionStyle
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::HostMapWidgetDefinitionStyle
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb
Overview
The style to apply to the widget.
Instance Attribute Summary collapse
-
#fill_max ⇒ Object
Max value to use to color the map.
-
#fill_min ⇒ Object
Min value to use to color the map.
-
#palette ⇒ Object
Color palette to apply to the widget.
-
#palette_flip ⇒ Object
Whether to flip the palette tones.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#fill_max ⇒ Object
Max value to use to color the map.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb', line 29 def fill_max @fill_max end |
#fill_min ⇒ Object
Min value to use to color the map.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb', line 32 def fill_min @fill_min end |
#palette ⇒ Object
Color palette to apply to the widget.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb', line 35 def palette @palette end |
#palette_flip ⇒ Object
Whether to flip the palette tones.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb', line 38 def palette_flip @palette_flip end |