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

Version Path
datadog_api_client-1.4.0 docs/v1/UsageBillableSummaryResponse.md
datadog_api_client-1.3.0 docs/v1/UsageBillableSummaryResponse.md
datadog_api_client-1.2.0 docs/v1/UsageBillableSummaryResponse.md
datadog_api_client-1.1.0 docs/v1/UsageBillableSummaryResponse.md
datadog_api_client-1.0.0 docs/v1/UsageBillableSummaryResponse.md
datadog_api_client-1.0.0.beta.3 docs/v1/UsageBillableSummaryResponse.md
datadog_api_client-1.0.0.beta.2 docs/v1/UsageBillableSummaryResponse.md