Sha256: 31784666c895d94c0c124366671f790d1050417b8d622a5c187a89c8e3b100f9

Contents?: true

Size: 1.08 KB

Versions: 2

Compression:

Stored size: 1.08 KB

Contents

# DatadogAPIClient::V2::LogsAggregateBucket

## Properties

| Name         | Type                                                                            | Description                                                                                 | Notes      |
| ------------ | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ---------- |
| **by**       | **Hash<String, String>**                                                  | The key, value pairs for each group by                                                      | [optional] |
| **computes** | [**Hash<String, LogsAggregateBucketValue>**](LogsAggregateBucketValue.md) | A map of the metric name -> value for regular compute or list of values for a timeseries | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsAggregateBucket.new(
  by: {"@state":"success","@version":"abc"},
  computes: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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