Class: DatadogAPIClient::V1::TimeseriesBackgroundType

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v1/models/timeseries_background_type.rb

Overview

Timeseries is made using an area or bars.

Constant Summary collapse

BARS =
"bars".freeze
AREA =
"area".freeze

Method Summary

Methods included from BaseEnumModel

included