Class: DatadogAPIClient::V1::FormulaAndFunctionResponseFormat

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

Overview

Timeseries, scalar, or event list response. Event list response formats are supported by Geomap widgets.

Constant Summary collapse

TIMESERIES =
"timeseries".freeze
SCALAR =
"scalar".freeze
EVENT_LIST =
"event_list".freeze

Method Summary

Methods included from BaseEnumModel

included