Class: DatadogAPIClient::V1::HostMapWidgetFormula

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#_aliasObject

Expression alias.



26
27
28
# File 'lib/datadog_api_client/v1/models/host_map_widget_formula.rb', line 26

def _alias
  @_alias
end

#additional_propertiesObject

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

#dimensionObject

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

#formulaObject

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_formatObject

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