Class: DatadogAPIClient::V1::SunburstWidgetDefinition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SunburstWidgetDefinition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/sunburst_widget_definition.rb
Overview
Sunbursts are spot on to highlight how groups contribute to the total of a query.
Instance Attribute Summary collapse
-
#custom_links ⇒ Object
List of custom links.
-
#hide_total ⇒ Object
Show the total value in this widget.
-
#legend ⇒ Object
Configuration of the legend.
-
#requests ⇒ Object
readonly
List of sunburst widget requests.
-
#time ⇒ Object
Time setting for the widget.
-
#title ⇒ Object
Title of your widget.
-
#title_align ⇒ Object
How to align the text on the widget.
-
#title_size ⇒ Object
Size of the title.
-
#type ⇒ Object
readonly
Type of the Sunburst widget.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#custom_links ⇒ Object
List of custom links.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/sunburst_widget_definition.rb', line 29 def custom_links @custom_links end |
#hide_total ⇒ Object
Show the total value in this widget.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/sunburst_widget_definition.rb', line 32 def hide_total @hide_total end |
#legend ⇒ Object
Configuration of the legend.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/sunburst_widget_definition.rb', line 35 def legend @legend end |
#requests ⇒ Object
List of sunburst widget requests.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/sunburst_widget_definition.rb', line 38 def requests @requests end |
#time ⇒ Object
Time setting for the widget.
41 42 43 |
# File 'lib/datadog_api_client/v1/models/sunburst_widget_definition.rb', line 41 def time @time end |
#title ⇒ Object
Title of your widget.
44 45 46 |
# File 'lib/datadog_api_client/v1/models/sunburst_widget_definition.rb', line 44 def title @title end |
#title_align ⇒ Object
How to align the text on the widget.
47 48 49 |
# File 'lib/datadog_api_client/v1/models/sunburst_widget_definition.rb', line 47 def title_align @title_align end |
#title_size ⇒ Object
Size of the title.
50 51 52 |
# File 'lib/datadog_api_client/v1/models/sunburst_widget_definition.rb', line 50 def title_size @title_size end |
#type ⇒ Object
Type of the Sunburst widget.
53 54 55 |
# File 'lib/datadog_api_client/v1/models/sunburst_widget_definition.rb', line 53 def type @type end |