Class: DatadogAPIClient::V1::LogsPipelinesOrder

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/logs_pipelines_order.rb

Overview

Object containing the ordered list of pipeline IDs.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#pipeline_idsObject

Ordered Array of ‘<PIPELINE_ID>` strings, the order of pipeline IDs in the array define the overall Pipelines order for Datadog.



30
31
32
# File 'lib/datadog_api_client/v1/models/logs_pipelines_order.rb', line 30

def pipeline_ids
  @pipeline_ids
end