Sha256: 81de77757481ea96e9a57297feb861be4ba8be360fdfde0ef85e1b4b71809457

Contents?: true

Size: 1.39 KB

Versions: 2

Compression:

Stored size: 1.39 KB

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

2 entries across 2 versions & 1 rubygems

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