Class: DatadogAPIClient::V1::WidgetStyle
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::WidgetStyle
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/widget_style.rb
Overview
Widget style definition.
Instance Attribute Summary collapse
-
#palette ⇒ Object
Color palette to apply to the widget.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#palette ⇒ Object
Color palette to apply to the widget.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/widget_style.rb', line 29 def palette @palette end |