Class: DatadogAPIClient::V1::FormulaAndFunctionResponseFormat
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::FormulaAndFunctionResponseFormat
- 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