Sha256: a0cb047f75edc59451751b4517ba22e9d9da3dd080cda0071684b90b8c84dd05
Contents?: true
Size: 462 Bytes
Versions: 7
Compression:
Stored size: 462 Bytes
Contents
# DatadogAPIClient::V1::UsageSyntheticsHour ## 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::UsageSyntheticsHour.new( check_calls_count: null, hour: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems