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