Sha256: 6d6330c12fe868e45eea23b504791b235e8864ac4b4c67f5974b0eee687d2138

Contents?: true

Size: 730 Bytes

Versions: 2

Compression:

Stored size: 730 Bytes

Contents

# DatadogAPIClient::V1::LogQueryDefinitionGroupBySort

## Properties

| Name            | Type                            | Description             | Notes      |
| --------------- | ------------------------------- | ----------------------- | ---------- |
| **aggregation** | **String**                      | The aggregation method. |            |
| **facet**       | **String**                      | Facet name.             | [optional] |
| **order**       | [**WidgetSort**](WidgetSort.md) |                         |            |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::LogQueryDefinitionGroupBySort.new(
  aggregation: avg,
  facet: @string_query.interval,
  order: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/LogQueryDefinitionGroupBySort.md
datadog_api_client-1.5.0 docs/v1/LogQueryDefinitionGroupBySort.md