Sha256: 1c853ef088a61d9056b76bc3b78ecc2ade6815e2315e9417b3c3f64db987cbab
Contents?: true
Size: 609 Bytes
Versions: 2
Compression:
Stored size: 609 Bytes
Contents
# DatadogAPIClient::V1::UsageIndexedSpansHour ## Properties | Name | Type | Description | Notes | | ------------------------ | ----------- | ------------------------------------- | ---------- | | **hour** | **Time** | The hour for the usage. | [optional] | | **indexed_events_count** | **Integer** | Contains the number of spans indexed. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageIndexedSpansHour.new( hour: null, indexed_events_count: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageIndexedSpansHour.md |
datadog_api_client-1.5.0 | docs/v1/UsageIndexedSpansHour.md |