Sha256: 6e320f6110a7722cdc7850f2012f5c2fbe41672bc6cb8b0215c17390391da8c2
Contents?: true
Size: 716 Bytes
Versions: 2
Compression:
Stored size: 716 Bytes
Contents
# DatadogAPIClient::V1::UsageSyntheticsResponse ## Properties | Name | Type | Description | Notes | | --------- | -------------------------------------------------------------- | ----------------------------------------------------------------------------- | ---------- | | **usage** | [**Array<UsageSyntheticsHour>**](UsageSyntheticsHour.md) | Array with the number of hourly Synthetics test run for a given organization. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::UsageSyntheticsResponse.new( usage: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/UsageSyntheticsResponse.md |
datadog_api_client-1.5.0 | docs/v1/UsageSyntheticsResponse.md |