Class: DatadogAPIClient::V1::UsageSyntheticsResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::UsageSyntheticsResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/usage_synthetics_response.rb
Overview
Response containing the number of Synthetics API tests run for each hour for a given organization.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#usage ⇒ Object
Array with the number of hourly Synthetics test run for a given organization.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v1/models/usage_synthetics_response.rb', line 27 def additional_properties @additional_properties end |
#usage ⇒ Object
Array with the number of hourly Synthetics test run for a given organization.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/usage_synthetics_response.rb', line 25 def usage @usage end |