docs/v1/LogsLookupProcessor.md in datadog_api_client-1.4.0 vs docs/v1/LogsLookupProcessor.md in datadog_api_client-1.5.0

- old
+ new

@@ -1,18 +1,18 @@ # DatadogAPIClient::V1::LogsLookupProcessor ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **default_lookup** | **String** | Value to set the target attribute if the source value is not found in the list. | [optional] | -| **is_enabled** | **Boolean** | Whether or not the processor is enabled. | [optional][default to false] | -| **lookup_table** | **Array<String>** | Mapping table of values for the source attribute and their associated target attribute values, formatted as `[\"source_key1,target_value1\", \"source_key2,target_value2\"]` | | -| **name** | **String** | Name of the processor. | [optional] | -| **source** | **String** | Source attribute used to perform the lookup. | | -| **target** | **String** | Name of the attribute that contains the corresponding value in the mapping list or the `default_lookup` if not found in the mapping list. | | -| **type** | [**LogsLookupProcessorType**](LogsLookupProcessorType.md) | | [default to 'lookup-processor'] | +| Name | Type | Description | Notes | +| ------------------ | --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------- | +| **default_lookup** | **String** | Value to set the target attribute if the source value is not found in the list. | [optional] | +| **is_enabled** | **Boolean** | Whether or not the processor is enabled. | [optional][default to false] | +| **lookup_table** | **Array<String>** | Mapping table of values for the source attribute and their associated target attribute values, formatted as `[\"source_key1,target_value1\", \"source_key2,target_value2\"]` | | +| **name** | **String** | Name of the processor. | [optional] | +| **source** | **String** | Source attribute used to perform the lookup. | | +| **target** | **String** | Name of the attribute that contains the corresponding value in the mapping list or the `default_lookup` if not found in the mapping list. | | +| **type** | [**LogsLookupProcessorType**](LogsLookupProcessorType.md) | | [default to 'lookup-processor'] | ## Example ```ruby require 'datadog_api_client/v1' @@ -25,6 +25,5 @@ source: , target: , type: null ) ``` -