Class: DatadogAPIClient::V1::MonitorFormulaAndFunctionAggregateQueryFilter
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorFormulaAndFunctionAggregateQueryFilter
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/monitor_formula_and_function_aggregate_query_filter.rb
Overview
Filter definition for aggregate filtered queries.
Instance Attribute Summary collapse
-
#base_attribute ⇒ Object
readonly
Attribute from the base query to filter on.
-
#exclude ⇒ Object
Whether to exclude matching records instead of including them.
-
#filter_attribute ⇒ Object
readonly
Attribute from the filter query to match against.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#base_attribute ⇒ Object
Attribute from the base query to filter on.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/monitor_formula_and_function_aggregate_query_filter.rb', line 25 def base_attribute @base_attribute end |
#exclude ⇒ Object
Whether to exclude matching records instead of including them.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/monitor_formula_and_function_aggregate_query_filter.rb', line 28 def exclude @exclude end |
#filter_attribute ⇒ Object
Attribute from the filter query to match against.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/monitor_formula_and_function_aggregate_query_filter.rb', line 31 def filter_attribute @filter_attribute end |