Class: DatadogAPIClient::V2::SecurityMonitoringSignalAssigneeUpdateAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::SecurityMonitoringSignalAssigneeUpdateAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_attributes.rb
 
Overview
Attributes describing the new assignee of a security signal.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #assignee  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Object representing a given user entity.
 - 
  
    
      #version  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Version of the updated signal.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      30 31 32  | 
    
      # File 'lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_attributes.rb', line 30 def additional_properties @additional_properties end  | 
  
#assignee ⇒ Object
Object representing a given user entity.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_attributes.rb', line 25 def assignee @assignee end  | 
  
#version ⇒ Object
Version of the updated signal. If server side version is higher, update will be rejected.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_attributes.rb', line 28 def version @version end  |