Sha256: 265be2fe03fbff53e6405e65a8736de10459adc62306613c642197dfd944f97c
Contents?: true
Size: 686 Bytes
Versions: 7
Compression:
Stored size: 686 Bytes
Contents
# DatadogAPIClient::V1::LogsTraceRemapper ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **is_enabled** | **Boolean** | Whether or not the processor is enabled. | [optional][default to false] | | **name** | **String** | Name of the processor. | [optional] | | **sources** | **Array<String>** | Array of source attributes. | [optional] | | **type** | [**LogsTraceRemapperType**](LogsTraceRemapperType.md) | | [default to 'trace-id-remapper'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::LogsTraceRemapper.new( is_enabled: null, name: null, sources: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems