Class: DatadogAPIClient::V2::CostAttributionAggregatesBody

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/cost_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.



25
26
27
# File 'lib/datadog_api_client/v2/models/cost_attribution_aggregates_body.rb', line 25

def agg_type
  @agg_type
end

#fieldObject

The field.



28
29
30
# File 'lib/datadog_api_client/v2/models/cost_attribution_aggregates_body.rb', line 28

def field
  @field
end

#valueObject

The value for a given field.



31
32
33
# File 'lib/datadog_api_client/v2/models/cost_attribution_aggregates_body.rb', line 31

def value
  @value
end