Sha256: 166e3ddf390109276c6e63fd357c9533a22d240c25a1dce88ba09b444b104f24

Contents?: true

Size: 842 Bytes

Versions: 6

Compression:

Stored size: 842 Bytes

Contents

# DatadogAPIClient::V2::LogsAggregateRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **compute** | [**Array<LogsCompute>**](LogsCompute.md) | The list of metrics or timeseries to compute for the retrieved buckets. | [optional] |
| **filter** | [**LogsQueryFilter**](LogsQueryFilter.md) |  | [optional] |
| **group_by** | [**Array<LogsGroupBy>**](LogsGroupBy.md) | The rules for the group by | [optional] |
| **options** | [**LogsQueryOptions**](LogsQueryOptions.md) |  | [optional] |
| **page** | [**LogsAggregateRequestPage**](LogsAggregateRequestPage.md) |  | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsAggregateRequest.new(
  compute: null,
  filter: null,
  group_by: null,
  options: null,
  page: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

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