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