Sha256: f60ba7ee8609155760014a7a5502a62014b79665f00fe02daf7b8e2b8829ce39
Contents?: true
Size: 640 Bytes
Versions: 2
Compression:
Stored size: 640 Bytes
Contents
# DatadogAPIClient::V1::UsageSyntheticsAPIHour ## Properties | Name | Type | Description | Notes | | --------------------- | ----------- | ------------------------------------------------ | ---------- | | **check_calls_count** | **Integer** | Contains the number of Synthetics API tests run. | [optional] | | **hour** | **Time** | The hour for the usage. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageSyntheticsAPIHour.new( check_calls_count: null, hour: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageSyntheticsAPIHour.md |
datadog_api_client-1.5.0 | docs/v1/UsageSyntheticsAPIHour.md |