Sha256: 720be81665d03eea8c4400183f0e00b22b2f41670c55073d71e879af240d5e58

Contents?: true

Size: 718 Bytes

Versions: 7

Compression:

Stored size: 718 Bytes

Contents

# DatadogAPIClient::V2::LogsAggregateSort

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **aggregation** | [**LogsAggregationFunction**](LogsAggregationFunction.md) |  | [optional] |
| **metric** | **String** | The metric to sort by (only used for `type=measure`) | [optional] |
| **order** | [**LogsSortOrder**](LogsSortOrder.md) |  | [optional] |
| **type** | [**LogsAggregateSortType**](LogsAggregateSortType.md) |  | [optional][default to 'alphabetical'] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsAggregateSort.new(
  aggregation: null,
  metric: @duration,
  order: null,
  type: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v2/LogsAggregateSort.md
datadog_api_client-1.3.0 docs/v2/LogsAggregateSort.md
datadog_api_client-1.2.0 docs/v2/LogsAggregateSort.md
datadog_api_client-1.1.0 docs/v2/LogsAggregateSort.md
datadog_api_client-1.0.0 docs/v2/LogsAggregateSort.md
datadog_api_client-1.0.0.beta.3 docs/v2/LogsAggregateSort.md
datadog_api_client-1.0.0.beta.2 docs/v2/LogsAggregateSort.md