Sha256: ae2597d87af087a9062a0abf5a546726e6d65539d02d2bd9388bebab8c4ff177
Contents?: true
Size: 887 Bytes
Versions: 6
Compression:
Stored size: 887 Bytes
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 the number of non-aggregation custom metrics. | [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
6 entries across 6 versions & 1 rubygems