Sha256: 20bf5baf7027e7a0920c9c2636a3cc9166910dfe5913737945bc0d760d3ebcdc
Contents?: true
Size: 917 Bytes
Versions: 2
Compression:
Stored size: 917 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/LogsArchiveOrderAttributes.md |
datadog_api_client-1.5.0 | docs/v2/LogsArchiveOrderAttributes.md |