Class: DatadogAPIClient::V2::LogsAggregateSort
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LogsAggregateSort
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/logs_aggregate_sort.rb
Overview
A sort rule
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/logs_aggregate_sort.rb', line 36 def additional_properties @additional_properties end |
#aggregation ⇒ Object
An aggregation function
25 26 27 |
# File 'lib/datadog_api_client/v2/models/logs_aggregate_sort.rb', line 25 def aggregation @aggregation end |
#metric ⇒ Object
The metric to sort by (only used for ‘type=measure`)
28 29 30 |
# File 'lib/datadog_api_client/v2/models/logs_aggregate_sort.rb', line 28 def metric @metric end |
#order ⇒ Object
The order to use, ascending or descending
31 32 33 |
# File 'lib/datadog_api_client/v2/models/logs_aggregate_sort.rb', line 31 def order @order end |
#type ⇒ Object
The type of sorting algorithm
34 35 36 |
# File 'lib/datadog_api_client/v2/models/logs_aggregate_sort.rb', line 34 def type @type end |