Sha256: ea15e3168668306bc6a3c3a6558afa7dae3a7f2e8aaf22527452a7620e244c95

Contents?: true

Size: 931 Bytes

Versions: 2

Compression:

Stored size: 931 Bytes

Contents

# DatadogAPIClient::V2::LogsMetricResponseAttributes

## Properties

| Name         | Type                                                                       | Description                 | Notes      |
| ------------ | -------------------------------------------------------------------------- | --------------------------- | ---------- |
| **compute**  | [**LogsMetricResponseCompute**](LogsMetricResponseCompute.md)              |                             | [optional] |
| **filter**   | [**LogsMetricResponseFilter**](LogsMetricResponseFilter.md)                |                             | [optional] |
| **group_by** | [**Array<LogsMetricResponseGroupBy>**](LogsMetricResponseGroupBy.md) | The rules for the group by. | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsMetricResponseAttributes.new(
  compute: null,
  filter: null,
  group_by: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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