Sha256: 33fdd4be58875c05e7c2d5c7b3155473c426d314b07cd46db20a62dd830b54c9

Contents?: true

Size: 1.18 KB

Versions: 2

Compression:

Stored size: 1.18 KB

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

2 entries across 2 versions & 1 rubygems

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