Sha256: be312fe8a9d934b7d7ec732eb5be78277c6748b1c0551bbda76f23ceda735672
Contents?: true
Size: 468 Bytes
Versions: 7
Compression:
Stored size: 468 Bytes
Contents
# DatadogAPIClient::V1::UsageNetworkFlowsHour ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **hour** | **Time** | The hour for the usage. | [optional] | | **indexed_event_count** | **Integer** | Contains the number of netflow events indexed. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageNetworkFlowsHour.new( hour: null, indexed_event_count: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems