Class: DatadogAPIClient::V2::EventsGroupBySort
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::EventsGroupBySort
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/events_group_by_sort.rb
 
Overview
The dimension by which to sort a query’s results.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #aggregation  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The type of aggregation that can be performed on events-based queries.
 - 
  
    
      #metric  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The metric’s calculated value which should be used to define the sort order of a query’s results.
 - 
  
    
      #order  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Direction of sort.
 - 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of sort to use on the calculated value.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      36 37 38  | 
    
      # File 'lib/datadog_api_client/v2/models/events_group_by_sort.rb', line 36 def additional_properties @additional_properties end  | 
  
#aggregation ⇒ Object
The type of aggregation that can be performed on events-based queries.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/events_group_by_sort.rb', line 25 def aggregation @aggregation end  | 
  
#metric ⇒ Object
The metric’s calculated value which should be used to define the sort order of a query’s results.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/events_group_by_sort.rb', line 28 def metric @metric end  | 
  
#order ⇒ Object
Direction of sort.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/events_group_by_sort.rb', line 31 def order @order end  | 
  
#type ⇒ Object
The type of sort to use on the calculated value.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/events_group_by_sort.rb', line 34 def type @type end  |