Class: Google::Apis::ToolresultsV1beta3::BlankScreen
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ToolresultsV1beta3::BlankScreen
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/toolresults_v1beta3/classes.rb,
lib/google/apis/toolresults_v1beta3/representations.rb,
lib/google/apis/toolresults_v1beta3/representations.rb 
Overview
A warning that Robo encountered a screen that was mostly blank; this may indicate a problem with the app.
Instance Attribute Summary collapse
- 
  
    
      #screen_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The screen id of the element Corresponds to the JSON property
screenId. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ BlankScreen 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of BlankScreen.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ BlankScreen
Returns a new instance of BlankScreen.
      443 444 445  | 
    
      # File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 443 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#screen_id ⇒ String
The screen id of the element
Corresponds to the JSON property screenId
      441 442 443  | 
    
      # File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 441 def screen_id @screen_id end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      448 449 450  | 
    
      # File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 448 def update!(**args) @screen_id = args[:screen_id] if args.key?(:screen_id) end  |