Class: DatadogAPIClient::V1::WidgetRequestStyle
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::WidgetRequestStyle
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/widget_request_style.rb
Overview
Define request widget style.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#line_type ⇒ Object
Type of lines displayed.
-
#line_width ⇒ Object
Width of line displayed.
-
#palette ⇒ Object
Color palette to apply to the widget.
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/widget_request_style.rb', line 33 def additional_properties @additional_properties end |
#line_type ⇒ Object
Type of lines displayed.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/widget_request_style.rb', line 25 def line_type @line_type end |
#line_width ⇒ Object
Width of line displayed.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/widget_request_style.rb', line 28 def line_width @line_width end |
#palette ⇒ Object
Color palette to apply to the widget.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/widget_request_style.rb', line 31 def palette @palette end |