Sha256: 5531efd22d3dcbf8def087cb3b533c9e26bc5b5106a77d0fae208ea1698d9c15
Contents?: true
Size: 526 Bytes
Versions: 7
Compression:
Stored size: 526 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
7 entries across 7 versions & 1 rubygems