Class: DatadogAPIClient::V1::UsageAttributionAggregatesBody
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::UsageAttributionAggregatesBody
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/usage_attribution_aggregates_body.rb
Overview
The object containing the aggregates.
Instance Attribute Summary collapse
-
#agg_type ⇒ Object
The aggregate type.
-
#field ⇒ Object
The field.
-
#value ⇒ Object
The value for a given field.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#agg_type ⇒ Object
The aggregate type.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/usage_attribution_aggregates_body.rb', line 29 def agg_type @agg_type end |
#field ⇒ Object
The field.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/usage_attribution_aggregates_body.rb', line 32 def field @field end |
#value ⇒ Object
The value for a given field.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/usage_attribution_aggregates_body.rb', line 35 def value @value end |