Sha256: b841f099067a401a898d4b074ff1ec4fa05abe0bdaf07031f862deaa3ad453fb
Contents?: true
Size: 492 Bytes
Versions: 7
Compression:
Stored size: 492 Bytes
Contents
# DatadogAPIClient::V1::UsageIngestedSpansHour ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **hour** | **Time** | The hour for the usage. | [optional] | | **ingested_events_bytes** | **Integer** | Contains the total number of bytes ingested during a given hour. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageIngestedSpansHour.new( hour: null, ingested_events_bytes: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems