Sha256: 23e3efd3989a9a0d6a4b06204dc1cba9cd2069d73227d162b34e74582006f665
Contents?: true
Size: 670 Bytes
Versions: 6
Compression:
Stored size: 670 Bytes
Contents
# DatadogAPIClient::V2::MetricIngestedIndexedVolume ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **attributes** | [**MetricIngestedIndexedVolumeAttributes**](MetricIngestedIndexedVolumeAttributes.md) | | [optional] | | **id** | **String** | The metric name for this resource. | [optional] | | **type** | [**MetricIngestedIndexedVolumeType**](MetricIngestedIndexedVolumeType.md) | | [optional][default to 'metric_volumes'] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::MetricIngestedIndexedVolume.new( attributes: null, id: test.metric.latency, type: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems