Class: DatadogAPIClient::V1::ScatterplotWidgetAggregator

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

Overview

Aggregator used for the request.

Constant Summary collapse

AVERAGE =
"avg".freeze
LAST =
"last".freeze
MAXIMUM =
"max".freeze
MINIMUM =
"min".freeze
SUM =
"sum".freeze

Method Summary

Methods included from BaseEnumModel

included