Class: DatadogAPIClient::V1::HeatMapWidgetXAxis

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_bucketsObject

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