docs/v1/LogsPipelineProcessor.md in datadog_api_client-1.4.0 vs docs/v1/LogsPipelineProcessor.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,16 +1,16 @@
# DatadogAPIClient::V1::LogsPipelineProcessor
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **filter** | [**LogsFilter**](LogsFilter.md) | | [optional] |
-| **is_enabled** | **Boolean** | Whether or not the processor is enabled. | [optional][default to false] |
-| **name** | **String** | Name of the processor. | [optional] |
-| **processors** | [**Array<LogsProcessor>**](LogsProcessor.md) | Ordered list of processors in this pipeline. | [optional] |
-| **type** | [**LogsPipelineProcessorType**](LogsPipelineProcessorType.md) | | [default to 'pipeline'] |
+| Name | Type | Description | Notes |
+| -------------- | ------------------------------------------------------------- | -------------------------------------------- | ------------------------------- |
+| **filter** | [**LogsFilter**](LogsFilter.md) | | [optional] |
+| **is_enabled** | **Boolean** | Whether or not the processor is enabled. | [optional][default to false] |
+| **name** | **String** | Name of the processor. | [optional] |
+| **processors** | [**Array<LogsProcessor>**](LogsProcessor.md) | Ordered list of processors in this pipeline. | [optional] |
+| **type** | [**LogsPipelineProcessorType**](LogsPipelineProcessorType.md) | | [default to 'pipeline'] |
## Example
```ruby
require 'datadog_api_client/v1'
@@ -21,6 +21,5 @@
name: null,
processors: null,
type: null
)
```
-