Sha256: 1f4301dae5d97ae8a5dca504c00c64a7d78033274eeb81a8d72ce7387653f282
Contents?: true
Size: 522 Bytes
Versions: 7
Compression:
Stored size: 522 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
7 entries across 7 versions & 1 rubygems