Class: DatadogAPIClient::V1::UsageAttributionAggregatesBody

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#agg_typeObject

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

#fieldObject

The field.



32
33
34
# File 'lib/datadog_api_client/v1/models/usage_attribution_aggregates_body.rb', line 32

def field
  @field
end

#valueObject

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