Sha256: 1dd76df5a2b0a6cb12379a1dfee4d702c0a4ae0f1d27a099605485d0188919d5
Contents?: true
Size: 1.28 KB
Versions: 2
Compression:
Stored size: 1.28 KB
Contents
# DatadogAPIClient::V1::UsageTimeseriesHour ## Properties | Name | Type | Description | Notes | | -------------------------------- | ----------- | ------------------------------------------------------------------------------------------------------ | ---------- | | **hour** | **Time** | The hour for the usage. | [optional] | | **num_custom_input_timeseries** | **Integer** | Contains the number of custom metrics that are inputs for aggregations (metric configured is custom). | [optional] | | **num_custom_output_timeseries** | **Integer** | Contains the number of custom metrics that are outputs for aggregations (metric configured is custom). | [optional] | | **num_custom_timeseries** | **Integer** | Contains sum of non-aggregation custom metrics and custom metrics that are outputs for aggregations. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageTimeseriesHour.new( hour: null, num_custom_input_timeseries: null, num_custom_output_timeseries: null, num_custom_timeseries: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageTimeseriesHour.md |
datadog_api_client-1.5.0 | docs/v1/UsageTimeseriesHour.md |