Sha256: 224b910f613eabc01d5dd6e156a789982aa33a1320c336bd436fd71128c480c9

Contents?: true

Size: 883 Bytes

Versions: 2

Compression:

Stored size: 883 Bytes

Contents

# DatadogAPIClient::V1::LogsExclusion

## Properties

| Name           | Type                                              | Description                                    | Notes      |
| -------------- | ------------------------------------------------- | ---------------------------------------------- | ---------- |
| **filter**     | [**LogsExclusionFilter**](LogsExclusionFilter.md) |                                                | [optional] |
| **is_enabled** | **Boolean**                                       | Whether or not the exclusion filter is active. | [optional] |
| **name**       | **String**                                        | Name of the index exclusion filter.            |            |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::LogsExclusion.new(
  filter: null,
  is_enabled: null,
  name: payment
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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