Sha256: d874191f0ea480d0c7f979f950484f9f856941c31609b3618939a3252d07faae
Contents?: true
Size: 701 Bytes
Versions: 2
Compression:
Stored size: 701 Bytes
Contents
# DatadogAPIClient::V1::UsageFargateResponse ## Properties | Name | Type | Description | Notes | | --------- | -------------------------------------------------------- | -------------------------------------------------------------------------------- | ---------- | | **usage** | [**Array<UsageFargateHour>**](UsageFargateHour.md) | Array with the number of hourly Fargate tasks recorded for a given organization. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageFargateResponse.new( usage: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageFargateResponse.md |
datadog_api_client-1.5.0 | docs/v1/UsageFargateResponse.md |