Class: DatadogAPIClient::V2::LogsAggregateBucket
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LogsAggregateBucket
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/logs_aggregate_bucket.rb
Overview
A 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 -> value for regular compute or 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/logs_aggregate_bucket.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/logs_aggregate_bucket.rb', line 25 def by @by end |
#computes ⇒ Object
A map of the metric name -> value for regular compute or list of values for a timeseries
28 29 30 |
# File 'lib/datadog_api_client/v2/models/logs_aggregate_bucket.rb', line 28 def computes @computes end |