Class: DatadogAPIClient::V2::MetricCustomAggregation
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MetricCustomAggregation
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/metric_custom_aggregation.rb
Overview
A time and space aggregation combination for use in query.
Instance Attribute Summary collapse
-
#space ⇒ Object
readonly
A space aggregation for use in query.
-
#time ⇒ Object
readonly
A time aggregation for use in query.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#space ⇒ Object
A space aggregation for use in query.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/metric_custom_aggregation.rb', line 29 def space @space end |
#time ⇒ Object
A time aggregation for use in query.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/metric_custom_aggregation.rb', line 32 def time @time end |