Class: DatadogAPIClient::V2::CostAttributionAggregatesBody
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::CostAttributionAggregatesBody
 
 
- 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
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      33 34 35  | 
    
      # File 'lib/datadog_api_client/v2/models/cost_attribution_aggregates_body.rb', line 33 def additional_properties @additional_properties end  | 
  
#agg_type ⇒ Object
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  | 
  
#field ⇒ Object
The field.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/cost_attribution_aggregates_body.rb', line 28 def field @field end  | 
  
#value ⇒ Object
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  |