Sha256: 5bd3d1145da33f4bb5c405cca90aa06acb19bc3de21e403fe36cb11055326184
Contents?: true
Size: 530 Bytes
Versions: 7
Compression:
Stored size: 530 Bytes
Contents
# DatadogAPIClient::V1::UsageAttributionAggregatesBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **agg_type** | **String** | The aggregate type. | [optional] | | **field** | **String** | The field. | [optional] | | **value** | **Float** | The value for a given field. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageAttributionAggregatesBody.new( agg_type: sum, field: custom_timeseries_usage, value: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems