Sha256: 9a71c08dddb3d60d40448e1e77913766065804dd91b1df6a2ccb98da468d5fcd
Contents?: true
Size: 587 Bytes
Versions: 7
Compression:
Stored size: 587 Bytes
Contents
# DatadogAPIClient::V2::LogsArchiveOrderAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **archive_ids** | **Array<String>** | An ordered array of `<ARCHIVE_ID>` strings, the order of archive IDs in the array define the overall archives order for Datadog. | | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsArchiveOrderAttributes.new( archive_ids: ["a2zcMylnM4OCHpYusxIi1g","a2zcMylnM4OCHpYusxIi2g","a2zcMylnM4OCHpYusxIi3g"] ) ```
Version data entries
7 entries across 7 versions & 1 rubygems