Class: DatadogAPIClient::V2::LogsArchiveOrderAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#archive_idsObject

An ordered array of ‘<ARCHIVE_ID>` strings, the order of archive IDs in the array define the overall archives order for Datadog.



30
31
32
# File 'lib/datadog_api_client/v2/models/logs_archive_order_attributes.rb', line 30

def archive_ids
  @archive_ids
end