Class: DatadogAPIClient::V2::IncidentTodoAnonymousAssignee
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::IncidentTodoAnonymousAssignee
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/incident_todo_anonymous_assignee.rb
 
Overview
Anonymous assignee entity.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #icon  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
URL for assignee’s icon.
 - 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Anonymous assignee’s ID.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Assignee’s name.
 - 
  
    
      #source  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The source of the anonymous assignee.
 
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/incident_todo_anonymous_assignee.rb', line 36 def additional_properties @additional_properties end  | 
  
#icon ⇒ Object
URL for assignee’s icon.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_todo_anonymous_assignee.rb', line 25 def icon @icon end  | 
  
#id ⇒ Object
Anonymous assignee’s ID.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_todo_anonymous_assignee.rb', line 28 def id @id end  | 
  
#name ⇒ Object
Assignee’s name.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_todo_anonymous_assignee.rb', line 31 def name @name end  | 
  
#source ⇒ Object
The source of the anonymous assignee.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/incident_todo_anonymous_assignee.rb', line 34 def source @source end  |