Sha256: caf3a755316b43c151b66111a46d2f20ef7220e9a5e3c4593d9be7fe23e86da1
Contents?: true
Size: 506 Bytes
Versions: 4
Compression:
Stored size: 506 Bytes
Contents
# DatadogAPIClient::V1::UsageTracingWithoutLimitsHour ## 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::UsageTracingWithoutLimitsHour.new( hour: null, ingested_events_bytes: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems