Sha256: 4ed70a3e54f6d5053f3e36baa82b5a4c8eefb4dd3d5d85ff0be4e57cf9f19ea3
Contents?: true
Size: 717 Bytes
Versions: 2
Compression:
Stored size: 717 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageIndexedSpansResponse.md |
datadog_api_client-1.5.0 | docs/v1/UsageIndexedSpansResponse.md |