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