Sha256: b70ee999ccfa98b885693feee31bf548b91b51d140e9d55a42b69ce0af4d5c7d

Contents?: true

Size: 858 Bytes

Versions: 2

Compression:

Stored size: 858 Bytes

Contents

# DatadogAPIClient::V1::LogsPipelinesOrder

## Properties

| Name             | Type                    | Description                                                                                                                                      | Notes |
| ---------------- | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | ----- |
| **pipeline_ids** | **Array<String>** | Ordered Array of `<PIPELINE_ID>` strings, the order of pipeline IDs in the array define the overall Pipelines order for Datadog. |       |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::LogsPipelinesOrder.new(
  pipeline_ids: ["tags","org_ids","products"]
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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