Class: DatadogAPIClient::V1::LogsPipelinesOrder
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::LogsPipelinesOrder
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#pipeline_ids ⇒ Object
readonly
Ordered Array of ‘<PIPELINE_ID>` strings, the order of pipeline IDs in the array define the overall Pipelines order for Datadog.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_ids ⇒ Object
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 |