Class: DatadogAPIClient::V1::TimeseriesBackground

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#typeObject

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

#yaxisObject

Axis controls for the widget.



28
29
30
# File 'lib/datadog_api_client/v1/models/timeseries_background.rb', line 28

def yaxis
  @yaxis
end