Sha256: 3dd666fa50fcdd7e60b680ad819710e23b70d5bd04e318d235e0c4e4977367ce
Contents?: true
Size: 647 Bytes
Versions: 2
Compression:
Stored size: 647 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/LogsCategoryProcessorCategory.md |
datadog_api_client-1.5.0 | docs/v1/LogsCategoryProcessorCategory.md |