Sha256: 8852faa4b54c222aaa1d79c24302616de79313a38ff01bde8f4a93eb984b1a3b
Contents?: true
Size: 449 Bytes
Versions: 7
Compression:
Stored size: 449 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
7 entries across 7 versions & 1 rubygems