Sha256: 9d75079108dc03d0d48acae57f4d2a1eac2c8b836ee00d3d94bc654f55b5f97b
Contents?: true
Size: 1.5 KB
Versions: 1
Compression:
Stored size: 1.5 KB
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] | | **org_name** | **String** | The organization name. | [optional] | | **public_id** | **String** | The organization public ID. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageCWSHour.new( cws_container_count: null, cws_host_count: null, hour: null, org_name: null, public_id: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageCWSHour.md |