Class: DatadogAPIClient::V1::WidgetFormulaCellDisplayModeOptions

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_typeObject

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_scaleObject

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