Sha256: e22627a4d2e65ece0aca53d3206cafc9047842575c72113fa39cc828c03bd4d2
Contents?: true
Size: 635 Bytes
Versions: 2
Compression:
Stored size: 635 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageAttributionAggregatesBody.md |
datadog_api_client-1.5.0 | docs/v1/UsageAttributionAggregatesBody.md |