Class: DatadogAPIClient::V2::LogsArchiveOrderAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LogsArchiveOrderAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/logs_archive_order_attributes.rb
Overview
The attributes associated with the archive order.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#archive_ids ⇒ Object
readonly
An ordered array of ‘<ARCHIVE_ID>` strings, the order of archive IDs in the array define the overall archives 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/v2/models/logs_archive_order_attributes.rb', line 28 def additional_properties @additional_properties end |
#archive_ids ⇒ Object
An ordered array of ‘<ARCHIVE_ID>` strings, the order of archive IDs in the array define the overall archives order for Datadog.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/logs_archive_order_attributes.rb', line 26 def archive_ids @archive_ids end |