Sha256: a71f344e268777bfb3b65cfca2abb5807ae11738fccc61b3a51735b03e8f3a01

Contents?: true

Size: 704 Bytes

Versions: 2

Compression:

Stored size: 704 Bytes

Contents

# DatadogAPIClient::V1::UsageSyntheticsBrowserHour

## Properties

| Name                          | Type        | Description                                          | Notes      |
| ----------------------------- | ----------- | ---------------------------------------------------- | ---------- |
| **browser_check_calls_count** | **Integer** | Contains the number of Synthetics Browser tests run. | [optional] |
| **hour**                      | **Time**    | The hour for the usage.                              | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::UsageSyntheticsBrowserHour.new(
  browser_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/UsageSyntheticsBrowserHour.md
datadog_api_client-1.5.0 docs/v1/UsageSyntheticsBrowserHour.md