Class: DatadogAPIClient::V2::ProductAnalyticsGroupBySort
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ProductAnalyticsGroupBySort
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/product_analytics_group_by_sort.rb
Overview
Sort configuration for group-by results.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#aggregation ⇒ Object
The aggregation function to sort by.
-
#metric ⇒ Object
The metric to sort by.
-
#order ⇒ Object
Direction of sort.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/product_analytics_group_by_sort.rb', line 33 def additional_properties @additional_properties end |
#aggregation ⇒ Object
The aggregation function to sort by.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/product_analytics_group_by_sort.rb', line 25 def aggregation @aggregation end |
#metric ⇒ Object
The metric to sort by.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/product_analytics_group_by_sort.rb', line 28 def metric @metric end |
#order ⇒ Object
Direction of sort.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/product_analytics_group_by_sort.rb', line 31 def order @order end |