Sha256: cf19fdd9df0669f630afa89e8596d727ed31e64d712e61f031ea1c842580d53d
Contents?: true
Size: 448 Bytes
Versions: 7
Compression:
Stored size: 448 Bytes
Contents
# DatadogAPIClient::V1::UsageBillableSummaryResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **usage** | [**Array<UsageBillableSummaryHour>**](UsageBillableSummaryHour.md) | An array of objects regarding usage of billable summary. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageBillableSummaryResponse.new( usage: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems