Sha256: b3cf06991f37b9c5509238a08bdb61459501f422d046619e92674d1c8741ecac
Contents?: true
Size: 478 Bytes
Versions: 4
Compression:
Stored size: 478 Bytes
Contents
# DatadogAPIClient::V2::SecurityFilterExclusionFilterResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The exclusion filter name. | [optional] | | **query** | **String** | The exclusion filter query. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::SecurityFilterExclusionFilterResponse.new( name: Exclude staging, query: source:staging ) ```
Version data entries
4 entries across 4 versions & 1 rubygems