Sha256: a0300bd00785cf42ea2a1478c178256029b2d68c567887ad643983d7c2068f7b

Contents?: true

Size: 1.17 KB

Versions: 2

Compression:

Stored size: 1.17 KB

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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/LogsDateRemapper.md
datadog_api_client-1.5.0 docs/v1/LogsDateRemapper.md