Sha256: 217397d17eff8d16d275adee2f545d8b4abc6e3b46427fb58d28539da0b3e383
Contents?: true
Size: 540 Bytes
Versions: 7
Compression:
Stored size: 540 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
7 entries across 7 versions & 1 rubygems