Class: DatadogAPIClient::V1::SunburstWidgetLegendInlineAutomatic
- Inherits:
- 
      Object
      
        - Object
- DatadogAPIClient::V1::SunburstWidgetLegendInlineAutomatic
 
- 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
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute additional_properties. 
- 
  
    
      #hide_percent  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Whether to hide the percentages of the groups. 
- 
  
    
      #hide_value  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Whether to hide the values of the groups. 
- 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Whether to show the legend inline or let it be automatically generated. 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_percent ⇒ Object
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_value ⇒ Object
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 | 
#type ⇒ Object
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 |