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.



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

def type
  @type
end

#yaxisObject

Axis controls for the widget.



32
33
34
# File 'lib/datadog_api_client/v1/models/timeseries_background.rb', line 32

def yaxis
  @yaxis
end