Sha256: 772a3b9cc280f9cc37af667935a31e05d493046cc97e8390f2aecb51ce4234b1
Contents?: true
Size: 390 Bytes
Versions: 6
Compression:
Stored size: 390 Bytes
Contents
# DatadogAPIClient::V2::MetricDistinctVolumeAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **distinct_volume** | **Integer** | Distinct volume for the given metric. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::MetricDistinctVolumeAttributes.new( distinct_volume: 10 ) ```
Version data entries
6 entries across 6 versions & 1 rubygems