Sha256: faffa0bdc8eb69f68ddbf9ed7e90a35a9a0656bd1bc51575348658013ab95832
Contents?: true
Size: 515 Bytes
Versions: 6
Compression:
Stored size: 515 Bytes
Contents
# DatadogAPIClient::V2::MetricIngestedIndexedVolumeAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **indexed_volume** | **Integer** | Indexed volume for the given metric. | [optional] | | **ingested_volume** | **Integer** | Ingested volume for the given metric. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::MetricIngestedIndexedVolumeAttributes.new( indexed_volume: 10, ingested_volume: 20 ) ```
Version data entries
6 entries across 6 versions & 1 rubygems