Sha256: dc8e09858f9f142ce7167c7d539301d11c83f6cc0a5fb47b9fd075571cd5e9d6

Contents?: true

Size: 1.14 KB

Versions: 2

Compression:

Stored size: 1.14 KB

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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v2/LogsArchiveDefinition.md
datadog_api_client-1.5.0 docs/v2/LogsArchiveDefinition.md