Sha256: bcfe0a57cec28a4c562bec57219bb9538fddf497790aa0f1624534069be862d5
Contents?: true
Size: 767 Bytes
Versions: 7
Compression:
Stored size: 767 Bytes
Contents
# DatadogAPIClient::V1::UsageTopAvgMetricsHour ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **avg_metric_hour** | **Integer** | Average number of timeseries per hour in which the metric occurs. | [optional] | | **max_metric_hour** | **Integer** | Maximum number of timeseries per hour in which the metric occurs. | [optional] | | **metric_category** | [**UsageMetricCategory**](UsageMetricCategory.md) | | [optional] | | **metric_name** | **String** | Contains the custom metric name. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageTopAvgMetricsHour.new( avg_metric_hour: null, max_metric_hour: null, metric_category: null, metric_name: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems