Sha256: 5981e2df42b8eab813cd73eb9752c8565e9e7b426636478341fe6f2331459946

Contents?: true

Size: 809 Bytes

Versions: 2

Compression:

Stored size: 809 Bytes

Contents

# DatadogAPIClient::V2::LogsArchiveOrderDefinition

## Properties

| Name           | Type                                                                    | Description | Notes                                |
| -------------- | ----------------------------------------------------------------------- | ----------- | ------------------------------------ |
| **attributes** | [**LogsArchiveOrderAttributes**](LogsArchiveOrderAttributes.md)         |             |                                      |
| **type**       | [**LogsArchiveOrderDefinitionType**](LogsArchiveOrderDefinitionType.md) |             | [default to 'archive_order'] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::LogsArchiveOrderDefinition.new(
  attributes: null,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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