Class: DatadogAPIClient::V2::ScalarFormulaQueryResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ScalarFormulaQueryResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/scalar_formula_query_response.rb
Overview
A message containing one or more responses to scalar queries.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#data ⇒ Object
A message containing the response to a scalar query.
-
#errors ⇒ Object
An error generated when processing a request.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/scalar_formula_query_response.rb', line 30 def additional_properties @additional_properties end |
#data ⇒ Object
A message containing the response to a scalar query.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/scalar_formula_query_response.rb', line 25 def data @data end |
#errors ⇒ Object
An error generated when processing a request.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/scalar_formula_query_response.rb', line 28 def errors @errors end |