Sha256: f5698738836f77463a660f7746b1ac27fbfe86d534bffdf131eaa7cafda43f88
Contents?: true
Size: 745 Bytes
Versions: 2
Compression:
Stored size: 745 Bytes
Contents
# DatadogAPIClient::V1::UsageComplianceHour ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **compliance_container_count** | **Integer** | The total number of compliance container hours from the start of the given hour's month until the given hour. | [optional] | | **compliance_host_count** | **Integer** | The total number of compliance hosts 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::UsageComplianceHour.new( compliance_container_count: null, compliance_host_count: null, hour: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.0.0 | docs/v1/UsageComplianceHour.md |
datadog_api_client-1.0.0.beta.3 | docs/v1/UsageComplianceHour.md |