Class: DatadogAPIClient::V1::SLOFormula
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SLOFormula
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/slo_formula.rb
Overview
A formula that specifies how to combine the results of multiple queries.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#formula ⇒ Object
readonly
The formula string, which is an expression involving named queries.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v1/models/slo_formula.rb', line 27 def additional_properties @additional_properties end |
#formula ⇒ Object
The formula string, which is an expression involving named queries.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/slo_formula.rb', line 25 def formula @formula end |