Sha256: d803d61d8c1712fd942cece272374e1d72412b01a789a7b0ebd9eb234c4db110

Contents?: true

Size: 496 Bytes

Versions: 7

Compression:

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

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/UsageSyntheticsBrowserHour.md
datadog_api_client-1.3.0 docs/v1/UsageSyntheticsBrowserHour.md
datadog_api_client-1.2.0 docs/v1/UsageSyntheticsBrowserHour.md
datadog_api_client-1.1.0 docs/v1/UsageSyntheticsBrowserHour.md
datadog_api_client-1.0.0 docs/v1/UsageSyntheticsBrowserHour.md
datadog_api_client-1.0.0.beta.3 docs/v1/UsageSyntheticsBrowserHour.md
datadog_api_client-1.0.0.beta.2 docs/v1/UsageSyntheticsBrowserHour.md