Sha256: 9aebbd3e9299ae85271bac2ec2e4fca0453b4e16125d2d2365b06a63b519e86e
Contents?: true
Size: 732 Bytes
Versions: 2
Compression:
Stored size: 732 Bytes
Contents
# DatadogAPIClient::V1::UsageAttributionResponse ## Properties | Name | Type | Description | Notes | | ------------ | ---------------------------------------------------------------- | ---------------------------- | ---------- | | **metadata** | [**UsageAttributionMetadata**](UsageAttributionMetadata.md) | | [optional] | | **usage** | [**Array<UsageAttributionBody>**](UsageAttributionBody.md) | Get Usage Summary by tag(s). | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageAttributionResponse.new( metadata: null, usage: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageAttributionResponse.md |
datadog_api_client-1.5.0 | docs/v1/UsageAttributionResponse.md |