Sha256: 4a9e443d278357a5244f6a955bb0258bf6f5cff16b92f7631075ff7e6e4ca5d2
Contents?: true
Size: 724 Bytes
Versions: 4
Compression:
Stored size: 724 Bytes
Contents
# DatadogAPIClient::V1::UsageCWSHour ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cws_container_count** | **Integer** | The total number of Cloud Workload Security container hours from the start of the given hour’s month until the given hour. | [optional] | | **cws_host_count** | **Integer** | The total number of Cloud Workload Security host hours from the start of the given hour’s month until the given hour. | [optional] | | **hour** | **Time** | The hour for the usage. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageCWSHour.new( cws_container_count: null, cws_host_count: null, hour: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems