Class: DatadogAPIClient::V1::HostMapWidgetDefinitionStyle

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb', line 36

def additional_properties
  @additional_properties
end

#fill_maxObject

Max value to use to color the map.



25
26
27
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb', line 25

def fill_max
  @fill_max
end

#fill_minObject

Min value to use to color the map.



28
29
30
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb', line 28

def fill_min
  @fill_min
end

#paletteObject

Color palette to apply to the widget.



31
32
33
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb', line 31

def palette
  @palette
end

#palette_flipObject

Whether to flip the palette tones.



34
35
36
# File 'lib/datadog_api_client/v1/models/host_map_widget_definition_style.rb', line 34

def palette_flip
  @palette_flip
end