Class: DatadogAPIClient::V1::ToplistWidgetStacked
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::ToplistWidgetStacked
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/toplist_widget_stacked.rb
Overview
Top list widget stacked display options.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#legend ⇒ Object
Top list widget stacked legend behavior.
-
#type ⇒ Object
readonly
Top list widget stacked display type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/toplist_widget_stacked.rb', line 30 def additional_properties @additional_properties end |
#legend ⇒ Object
Top list widget stacked legend behavior.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/toplist_widget_stacked.rb', line 25 def legend @legend end |
#type ⇒ Object
Top list widget stacked display type.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/toplist_widget_stacked.rb', line 28 def type @type end |