Class: DatadogAPIClient::V1::RetentionCurveStyle
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::RetentionCurveStyle
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/retention_curve_style.rb
Overview
Style configuration for retention curve.
Instance Attribute Summary collapse
-
#palette ⇒ Object
Color palette for the retention curve.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#palette ⇒ Object
Color palette for the retention curve.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/retention_curve_style.rb', line 25 def palette @palette end |