Class: DatadogAPIClient::V2::IncidentSearchResponseUserFacetData
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::IncidentSearchResponseUserFacetData
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/incident_search_response_user_facet_data.rb
 
Overview
Facet data for user attributes of an incident.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #count  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Count of the facet value appearing in search results.
 - 
  
    
      #email  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Email of the user.
 - 
  
    
      #handle  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Handle of the user.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the user.
 - 
  
    
      #uuid  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ID of the user.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      39 40 41  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_search_response_user_facet_data.rb', line 39 def additional_properties @additional_properties end  | 
  
#count ⇒ Object
Count of the facet value appearing in search results.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_search_response_user_facet_data.rb', line 25 def count @count end  | 
  
#email ⇒ Object
Email of the user.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_search_response_user_facet_data.rb', line 28 def email @email end  | 
  
#handle ⇒ Object
Handle of the user.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_search_response_user_facet_data.rb', line 31 def handle @handle end  | 
  
#name ⇒ Object
Name of the user.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_search_response_user_facet_data.rb', line 34 def name @name end  | 
  
#uuid ⇒ Object
ID of the user.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_search_response_user_facet_data.rb', line 37 def uuid @uuid end  |