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