Sha256: b870780c8b57b8390ef276cb791fc215ae56383d3cfd2c58c20e45f34042c08e
Contents?: true
Size: 679 Bytes
Versions: 2
Compression:
Stored size: 679 Bytes
Contents
# DatadogAPIClient::V1::UsageSyntheticsBrowserResponse ## Properties | Name | Type | Description | Notes | | --------- | ---------------------------------------------------------------------------- | ---------------------------------------------- | ---------- | | **usage** | [**Array<UsageSyntheticsBrowserHour>**](UsageSyntheticsBrowserHour.md) | Get hourly usage for Synthetics Browser tests. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageSyntheticsBrowserResponse.new( usage: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageSyntheticsBrowserResponse.md |
datadog_api_client-1.5.0 | docs/v1/UsageSyntheticsBrowserResponse.md |