Sha256: a7a21fb7b10148341c95a544b9774e32a6ff8ce78bee2ab1bf09a8dcc7e6fed6
Contents?: true
Size: 451 Bytes
Versions: 6
Compression:
Stored size: 451 Bytes
Contents
# DatadogAPIClient::V1::LogsCategoryProcessorCategory ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **filter** | [**LogsFilter**](LogsFilter.md) | | [optional] | | **name** | **String** | Value to assign to the target attribute. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::LogsCategoryProcessorCategory.new( filter: null, name: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems