Sha256: a25eeec1d0deab47cf47648ab61a09ff703f6e7cddd472e6132fa66f24560cc9
Contents?: true
Size: 564 Bytes
Versions: 2
Compression:
Stored size: 564 Bytes
Contents
# DatadogAPIClient::V1::UsageCWSResponse ## Properties | Name | Type | Description | Notes | | --------- | ------------------------------------------------ | --------------------------------------------- | ---------- | | **usage** | [**Array<UsageCWSHour>**](UsageCWSHour.md) | Get hourly usage for Cloud Workload Security. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageCWSResponse.new( usage: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageCWSResponse.md |
datadog_api_client-1.5.0 | docs/v1/UsageCWSResponse.md |