Sha256: f0ecf00fa03d8955c579a756012cd6d458e57251a735517d9c8c6de4e31fa0c6

Contents?: true

Size: 527 Bytes

Versions: 2

Compression:

Stored size: 527 Bytes

Contents

# DatadogAPIClient::V2::LogsMetricResponseFilter

## Properties

| Name      | Type       | Description                                         | Notes      |
| --------- | ---------- | --------------------------------------------------- | ---------- |
| **query** | **String** | The search query - following the log search syntax. | [optional] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsMetricResponseFilter.new(
  query: service:web* AND @http.status_code:[200 TO 299]
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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