Class: Google::Apis::AndroidmanagementV1::AdbShellInteractiveEvent
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AndroidmanagementV1::AdbShellInteractiveEvent
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/androidmanagement_v1/classes.rb,
lib/google/apis/androidmanagement_v1/representations.rb,
lib/google/apis/androidmanagement_v1/representations.rb 
Overview
An ADB interactive shell was opened via “adb shell”. Intentionally empty.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ AdbShellInteractiveEvent 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of AdbShellInteractiveEvent.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ AdbShellInteractiveEvent
Returns a new instance of AdbShellInteractiveEvent.
      49 50 51  | 
    
      # File 'lib/google/apis/androidmanagement_v1/classes.rb', line 49 def initialize(**args) update!(**args) end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      54 55  | 
    
      # File 'lib/google/apis/androidmanagement_v1/classes.rb', line 54 def update!(**args) end  |