Class: DatadogAPIClient::V1::SunburstWidgetLegendInlineAutomatic

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/sunburst_widget_legend_inline_automatic.rb

Overview

Configuration of inline or automatic legends.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



33
34
35
# File 'lib/datadog_api_client/v1/models/sunburst_widget_legend_inline_automatic.rb', line 33

def additional_properties
  @additional_properties
end

#hide_percentObject

Whether to hide the percentages of the groups.



25
26
27
# File 'lib/datadog_api_client/v1/models/sunburst_widget_legend_inline_automatic.rb', line 25

def hide_percent
  @hide_percent
end

#hide_valueObject

Whether to hide the values of the groups.



28
29
30
# File 'lib/datadog_api_client/v1/models/sunburst_widget_legend_inline_automatic.rb', line 28

def hide_value
  @hide_value
end

#typeObject

Whether to show the legend inline or let it be automatically generated.



31
32
33
# File 'lib/datadog_api_client/v1/models/sunburst_widget_legend_inline_automatic.rb', line 31

def type
  @type
end