Class: DatadogAPIClient::V2::RUMAggregationBucketsResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RUMAggregationBucketsResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_aggregation_buckets_response.rb
Overview
The query results.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#buckets ⇒ Object
The list of matching buckets, one item per bucket.
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/v2/models/rum_aggregation_buckets_response.rb', line 27 def additional_properties @additional_properties end |
#buckets ⇒ Object
The list of matching buckets, one item per bucket.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_aggregation_buckets_response.rb', line 25 def buckets @buckets end |