Sha256: 14aa346668db86b9f244853f283d84902948bac7869ce0a5f1739ce59049ab42

Contents?: true

Size: 676 Bytes

Versions: 7

Compression:

Stored size: 676 Bytes

Contents

# DatadogAPIClient::V1::LogsStatusRemapper

## 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** | [**LogsStatusRemapperType**](LogsStatusRemapperType.md) |  | [default to 'status-remapper'] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::LogsStatusRemapper.new(
  is_enabled: null,
  name: null,
  sources: [],
  type: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/LogsStatusRemapper.md
datadog_api_client-1.3.0 docs/v1/LogsStatusRemapper.md
datadog_api_client-1.2.0 docs/v1/LogsStatusRemapper.md
datadog_api_client-1.1.0 docs/v1/LogsStatusRemapper.md
datadog_api_client-1.0.0 docs/v1/LogsStatusRemapper.md
datadog_api_client-1.0.0.beta.3 docs/v1/LogsStatusRemapper.md
datadog_api_client-1.0.0.beta.2 docs/v1/LogsStatusRemapper.md