Sha256: 475e17e0b1df25ae72f725d63187113fa890feb1988c8f9d7c15f722e219edfb

Contents?: true

Size: 363 Bytes

Versions: 2

Compression:

Stored size: 363 Bytes

Contents

# DatadogAPIClient::V1::LogsFilter

## Properties

| Name      | Type       | Description       | Notes      |
| --------- | ---------- | ----------------- | ---------- |
| **query** | **String** | The filter query. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::LogsFilter.new(
  query: source:python
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/LogsFilter.md
datadog_api_client-1.5.0 docs/v1/LogsFilter.md