Class: DatadogAPIClient::V2::RUMBucketResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RUMBucketResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_bucket_response.rb
Overview
Bucket values.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#by ⇒ Object
The key-value pairs for each group-by.
-
#computes ⇒ Object
A map of the metric name to value for regular compute, or a list of values for a timeseries.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/rum_bucket_response.rb', line 30 def additional_properties @additional_properties end |
#by ⇒ Object
The key-value pairs for each group-by.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_bucket_response.rb', line 25 def by @by end |
#computes ⇒ Object
A map of the metric name to value for regular compute, or a list of values for a timeseries.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/rum_bucket_response.rb', line 28 def computes @computes end |