Class: DatadogAPIClient::V1::HostMapWidgetFormula
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::HostMapWidgetFormula
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/host_map_widget_formula.rb
Overview
Formula for the infrastructure host map widget that specifies both the expression and the visual dimension it populates.
Instance Attribute Summary collapse
-
#_alias ⇒ Object
Expression alias.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#dimension ⇒ Object
readonly
Visual dimension driven by a formula in the infrastructure host map widget.
-
#formula ⇒ Object
readonly
String expression built from queries, formulas, and functions.
-
#number_format ⇒ Object
Number format options for the widget.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_alias ⇒ Object
Expression alias.
26 27 28 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_formula.rb', line 26 def _alias @_alias end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_formula.rb', line 37 def additional_properties @additional_properties end |
#dimension ⇒ Object
Visual dimension driven by a formula in the infrastructure host map widget.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_formula.rb', line 29 def dimension @dimension end |
#formula ⇒ Object
String expression built from queries, formulas, and functions.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_formula.rb', line 32 def formula @formula end |
#number_format ⇒ Object
Number format options for the widget.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_formula.rb', line 35 def number_format @number_format end |