Class: DatadogAPIClient::V1::MonitorFormulaAndFunctionAggregateQueryFilter

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#base_attributeObject

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

#excludeObject

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_attributeObject

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