Class: DatadogAPIClient::V2::IncidentSearchResponseAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::IncidentSearchResponseAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/incident_search_response_attributes.rb
 
Overview
Attributes returned by an incident search.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #facets  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Facet data for incidents returned by a search query.
 - 
  
    
      #incidents  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Incidents returned by the search.
 - 
  
    
      #total  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Number of incidents returned by the search.
 
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/incident_search_response_attributes.rb', line 33 def additional_properties @additional_properties end  | 
  
#facets ⇒ Object
Facet data for incidents returned by a search query.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_search_response_attributes.rb', line 25 def facets @facets end  | 
  
#incidents ⇒ Object
Incidents returned by the search.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_search_response_attributes.rb', line 28 def incidents @incidents end  | 
  
#total ⇒ Object
Number of incidents returned by the search.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_search_response_attributes.rb', line 31 def total @total end  |