Sha256: e0536450c05fa546d47061f55076ad601af112d4bc0aa95a6d2cf8228b0d66d1
Contents?: true
Size: 617 Bytes
Versions: 7
Compression:
Stored size: 617 Bytes
Contents
# DatadogAPIClient::V2::LogsArchiveDefinition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**LogsArchiveAttributes**](LogsArchiveAttributes.md) | | [optional] | | **id** | **String** | The archive ID. | [optional][readonly] | | **type** | **String** | The type of the resource. The value should always be archives. | [readonly][default to 'archives'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::LogsArchiveDefinition.new( attributes: null, id: a2zcMylnM4OCHpYusxIi3g, type: archives ) ```
Version data entries
7 entries across 7 versions & 1 rubygems