Sha256: 8039e48099f752aca47010cdabe171d6d61b9fc7ea985fced7cd0720fd430440

Contents?: true

Size: 1.4 KB

Versions: 2

Compression:

Stored size: 1.4 KB

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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v2/LogsAggregateSort.md
datadog_api_client-1.5.0 docs/v2/LogsAggregateSort.md