Class: DatadogAPIClient::V1::WidgetFormulaStyle
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::WidgetFormulaStyle
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/widget_formula_style.rb
Overview
Styling options for widget formulas.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#palette ⇒ Object
The color palette used to display the formula.
-
#palette_index ⇒ Object
Index specifying which color to use within the palette.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/widget_formula_style.rb', line 30 def additional_properties @additional_properties end |
#palette ⇒ Object
The color palette used to display the formula. A guide to the available color palettes can be found at docs.datadoghq.com/dashboards/guide/widget_colors
25 26 27 |
# File 'lib/datadog_api_client/v1/models/widget_formula_style.rb', line 25 def palette @palette end |
#palette_index ⇒ Object
Index specifying which color to use within the palette.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/widget_formula_style.rb', line 28 def palette_index @palette_index end |