Class: DatadogAPIClient::V2::CIAppAggregateSort
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CIAppAggregateSort
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/ci_app_aggregate_sort.rb
Overview
A sort rule.
Instance Attribute Summary collapse
-
#aggregation ⇒ Object
An aggregation function.
-
#metric ⇒ Object
The metric to sort by (only used for ‘type=measure`).
-
#order ⇒ Object
The order to use, ascending or descending.
-
#type ⇒ Object
The type of sorting algorithm.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#aggregation ⇒ Object
An aggregation function.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/ci_app_aggregate_sort.rb', line 29 def aggregation @aggregation end |
#metric ⇒ Object
The metric to sort by (only used for ‘type=measure`).
32 33 34 |
# File 'lib/datadog_api_client/v2/models/ci_app_aggregate_sort.rb', line 32 def metric @metric end |
#order ⇒ Object
The order to use, ascending or descending.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/ci_app_aggregate_sort.rb', line 35 def order @order end |
#type ⇒ Object
The type of sorting algorithm.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/ci_app_aggregate_sort.rb', line 38 def type @type end |