Class: DatadogAPIClient::V2::CIAppTestEventsRequest
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::CIAppTestEventsRequest
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/ci_app_test_events_request.rb
 
Overview
The request for a tests search.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #filter  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The search and filter query settings.
 - 
  
    
      #options  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Global query options that are used during the query.
 - 
  
    
      #page  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Paging attributes for listing events.
 - 
  
    
      #sort  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Sort parameters when querying events.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_test_events_request.rb', line 37 def additional_properties @additional_properties end  | 
  
#filter ⇒ Object
The search and filter query settings.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_test_events_request.rb', line 25 def filter @filter end  | 
  
#options ⇒ Object
Global query options that are used during the query. Only supply timezone or time offset, not both. Otherwise, the query fails.
      29 30 31  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_test_events_request.rb', line 29 def @options end  | 
  
#page ⇒ Object
Paging attributes for listing events.
      32 33 34  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_test_events_request.rb', line 32 def page @page end  | 
  
#sort ⇒ Object
Sort parameters when querying events.
      35 36 37  | 
    
      # File 'lib/datadog_api_client/v2/models/ci_app_test_events_request.rb', line 35 def sort @sort end  |