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

#additional_propertiesObject

Returns the value of attribute additional_properties.



28
29
30
# File 'lib/datadog_api_client/v1/models/logs_pipelines_order.rb', line 28

def additional_properties
  @additional_properties
end

#pipeline_idsObject

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



26
27
28
# File 'lib/datadog_api_client/v1/models/logs_pipelines_order.rb', line 26

def pipeline_ids
  @pipeline_ids
end