Class: DatadogAPIClient::V1::WidgetFormulaCellDisplayModeOptions
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::WidgetFormulaCellDisplayModeOptions
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/widget_formula_cell_display_mode_options.rb
Overview
Cell display mode options for the widget formula. (only if cell_display_mode
is set to trend
).
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#trend_type ⇒ Object
Trend type for the cell display mode options.
-
#y_scale ⇒ Object
Y scale for the cell display mode options.
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_cell_display_mode_options.rb', line 30 def additional_properties @additional_properties end |
#trend_type ⇒ Object
Trend type for the cell display mode options.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/widget_formula_cell_display_mode_options.rb', line 25 def trend_type @trend_type end |
#y_scale ⇒ Object
Y scale for the cell display mode options.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/widget_formula_cell_display_mode_options.rb', line 28 def y_scale @y_scale end |