Class: DatadogAPIClient::V1::SLOTimeSliceQuery
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SLOTimeSliceQuery
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/slo_time_slice_query.rb
Overview
The queries and formula used to calculate the SLI value.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#formulas ⇒ Object
readonly
A list that contains exactly one formula, as only a single formula may be used in a time-slice SLO.
-
#queries ⇒ Object
readonly
A list of queries that are used to calculate the SLI value.
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/v1/models/slo_time_slice_query.rb', line 30 def additional_properties @additional_properties end |
#formulas ⇒ Object
A list that contains exactly one formula, as only a single formula may be used in a time-slice SLO.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/slo_time_slice_query.rb', line 25 def formulas @formulas end |
#queries ⇒ Object
A list of queries that are used to calculate the SLI value.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/slo_time_slice_query.rb', line 28 def queries @queries end |