Sha256: 396adb2080f0b567ecaa208e9c0ee6f6396c11a95f3afd0aacd19328ecc41384
Contents?: true
Size: 445 Bytes
Versions: 7
Compression:
Stored size: 445 Bytes
Contents
# DatadogAPIClient::V1::UsageLogsByIndexResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **usage** | [**Array<UsageLogsByIndexHour>**](UsageLogsByIndexHour.md) | An array of objects regarding hourly usage of logs by index response. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageLogsByIndexResponse.new( usage: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems