Class: DatadogAPIClient::V1::MonitorFormulaAndFunctionAggregateQueryJoinCondition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorFormulaAndFunctionAggregateQueryJoinCondition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/monitor_formula_and_function_aggregate_query_join_condition.rb
Overview
Join condition for aggregate augmented queries.
Instance Attribute Summary collapse
-
#augment_attribute ⇒ Object
readonly
Attribute from the augment query to join on.
-
#base_attribute ⇒ Object
readonly
Attribute from the base query to join on.
-
#join_type ⇒ Object
readonly
Join type for aggregate query join conditions.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#augment_attribute ⇒ Object
Attribute from the augment query to join on.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/monitor_formula_and_function_aggregate_query_join_condition.rb', line 25 def augment_attribute @augment_attribute end |
#base_attribute ⇒ Object
Attribute from the base query to join on.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/monitor_formula_and_function_aggregate_query_join_condition.rb', line 28 def base_attribute @base_attribute end |
#join_type ⇒ Object
Join type for aggregate query join conditions.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/monitor_formula_and_function_aggregate_query_join_condition.rb', line 31 def join_type @join_type end |