Class: DatadogAPIClient::V2::RUMAggregateRequest
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::RUMAggregateRequest
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/rum_aggregate_request.rb
 
Overview
The object sent with the request to retrieve aggregation buckets of RUM events from your organization.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #compute  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of metrics or timeseries to compute for the retrieved buckets.
 - 
  
    
      #filter  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The search and filter query settings.
 - 
  
    
      #group_by  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The rules for the group by.
 - 
  
    
      #options  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Global query options that are used during the query.
 - 
  
    
      #page  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Paging attributes for listing events.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      40 41 42  | 
    
      # File 'lib/datadog_api_client/v2/models/rum_aggregate_request.rb', line 40 def additional_properties @additional_properties end  | 
  
#compute ⇒ Object
The list of metrics or timeseries to compute for the retrieved buckets.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/rum_aggregate_request.rb', line 25 def compute @compute end  | 
  
#filter ⇒ Object
The search and filter query settings.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/rum_aggregate_request.rb', line 28 def filter @filter end  | 
  
#group_by ⇒ Object
The rules for the group by.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/rum_aggregate_request.rb', line 31 def group_by @group_by end  | 
  
#options ⇒ Object
Global query options that are used during the query. Note: Only supply timezone or time offset, not both. Otherwise, the query fails.
      35 36 37  | 
    
      # File 'lib/datadog_api_client/v2/models/rum_aggregate_request.rb', line 35 def @options end  | 
  
#page ⇒ Object
Paging attributes for listing events.
      38 39 40  | 
    
      # File 'lib/datadog_api_client/v2/models/rum_aggregate_request.rb', line 38 def page @page end  |