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

#additional_propertiesObject

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_idsObject

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