Class: DatadogAPIClient::V1::TimeseriesBackground
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::TimeseriesBackground
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/timeseries_background.rb
Overview
Set a timeseries on the widget background.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#type ⇒ Object
readonly
Timeseries is made using an area or bars.
-
#yaxis ⇒ Object
Axis controls for the widget.
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/timeseries_background.rb', line 30 def additional_properties @additional_properties end |
#type ⇒ Object
Timeseries is made using an area or bars.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/timeseries_background.rb', line 25 def type @type end |
#yaxis ⇒ Object
Axis controls for the widget.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/timeseries_background.rb', line 28 def yaxis @yaxis end |