Sha256: fcfb25bc801976fa218c6515ff6e13246c202e28e9fe39b38366b237d40611c6
Contents?: true
Size: 452 Bytes
Versions: 7
Compression:
Stored size: 452 Bytes
Contents
# DatadogAPIClient::V1::UsageIndexedSpansResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **usage** | [**Array<UsageIndexedSpansHour>**](UsageIndexedSpansHour.md) | Array with the number of hourly traces indexed for a given organization. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageIndexedSpansResponse.new( usage: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems