Class: DatadogAPIClient::V2::IncidentSearchResponseNumericFacetDataAggregates
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::IncidentSearchResponseNumericFacetDataAggregates
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/incident_search_response_numeric_facet_data_aggregates.rb
 
Overview
Aggregate information for numeric incident data.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #max  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Maximum value of the numeric aggregates.
 - 
  
    
      #min  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Minimum value of the numeric aggregates.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      30 31 32  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_search_response_numeric_facet_data_aggregates.rb', line 30 def additional_properties @additional_properties end  | 
  
#max ⇒ Object
Maximum value of the numeric aggregates.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_search_response_numeric_facet_data_aggregates.rb', line 25 def max @max end  | 
  
#min ⇒ Object
Minimum value of the numeric aggregates.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_search_response_numeric_facet_data_aggregates.rb', line 28 def min @min end  |