Class: DatadogAPIClient::V1::GeomapWidgetRequestStyle
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::GeomapWidgetRequestStyle
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/geomap_widget_request_style.rb
Overview
The style to apply to the request for points layer.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#color_by ⇒ Object
The category to color the points by.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v1/models/geomap_widget_request_style.rb', line 27 def additional_properties @additional_properties end |
#color_by ⇒ Object
The category to color the points by.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/geomap_widget_request_style.rb', line 25 def color_by @color_by end |