Sha256: a5abd31f50af5395d9ac44578c19095e56a9717cc83e511cce85a042ff9a8657

Contents?: true

Size: 634 Bytes

Versions: 2

Compression:

Stored size: 634 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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/UsageSyntheticsHour.md
datadog_api_client-1.5.0 docs/v1/UsageSyntheticsHour.md