Sha256: c0c4204717858915c1ec970dccedabecd54256514084c77657c1a022a95151fe
Contents?: true
Size: 517 Bytes
Versions: 7
Compression:
Stored size: 517 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
7 entries across 7 versions & 1 rubygems