Sha256: 069a7641fdf41fca78aed0c8761d7ffbc2469ca003b558936e8160bae57b0be1

Contents?: true

Size: 935 Bytes

Versions: 2

Compression:

Stored size: 935 Bytes

Contents

# DatadogAPIClient::V1::LogQueryDefinitionGroupBy

## Properties

| Name      | Type                                                                  | Description                           | Notes      |
| --------- | --------------------------------------------------------------------- | ------------------------------------- | ---------- |
| **facet** | **String**                                                            | Facet name.                           |            |
| **limit** | **Integer**                                                           | Maximum number of items in the group. | [optional] |
| **sort**  | [**LogQueryDefinitionGroupBySort**](LogQueryDefinitionGroupBySort.md) |                                       | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::LogQueryDefinitionGroupBy.new(
  facet: resource_name,
  limit: 50,
  sort: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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