Class: DatadogAPIClient::V1::HeatMapWidgetXAxis
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::HeatMapWidgetXAxis
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/heat_map_widget_x_axis.rb
Overview
X Axis controls for the heat map widget.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#num_buckets ⇒ Object
Number of time buckets to target, also known as the resolution of the time bins.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/heat_map_widget_x_axis.rb', line 29 def additional_properties @additional_properties end |
#num_buckets ⇒ Object
Number of time buckets to target, also known as the resolution of the time bins. This is only applicable for distribution of points (group distributions use the roll-up modifier).
27 28 29 |
# File 'lib/datadog_api_client/v1/models/heat_map_widget_x_axis.rb', line 27 def num_buckets @num_buckets end |