Class: DatadogAPIClient::V1::SLOCountDefinitionWithTotalEventsFormula
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SLOCountDefinitionWithTotalEventsFormula
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/slo_count_definition_with_total_events_formula.rb
Instance Attribute Summary collapse
-
#good_events_formula ⇒ Object
readonly
A formula that specifies how to combine the results of multiple queries.
-
#queries ⇒ Object
readonly
Returns the value of attribute queries.
-
#total_events_formula ⇒ Object
readonly
A formula that specifies how to combine the results of multiple queries.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#good_events_formula ⇒ Object
A formula that specifies how to combine the results of multiple queries.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/slo_count_definition_with_total_events_formula.rb', line 25 def good_events_formula @good_events_formula end |
#queries ⇒ Object
Returns the value of attribute queries.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/slo_count_definition_with_total_events_formula.rb', line 28 def queries @queries end |
#total_events_formula ⇒ Object
A formula that specifies how to combine the results of multiple queries.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/slo_count_definition_with_total_events_formula.rb', line 31 def total_events_formula @total_events_formula end |