Sha256: a498a43f06b5a311cc595a7c3521bff07707f5737acebeb0d9cce1f59743c171
Contents?: true
Size: 716 Bytes
Versions: 7
Compression:
Stored size: 716 Bytes
Contents
# DatadogAPIClient::V1::LogsServiceRemapper ## 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. | | | **type** | [**LogsServiceRemapperType**](LogsServiceRemapperType.md) | | [default to 'service-remapper'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::LogsServiceRemapper.new( is_enabled: null, name: null, sources: ["web","gateway"], type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems