Class: Google::Apis::ToolresultsV1beta3::UsedRoboDirective
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ToolresultsV1beta3::UsedRoboDirective
 
 
- 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
Additional details of a used Robo directive.
Instance Attribute Summary collapse
- 
  
    
      #resource_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the resource that was used.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ UsedRoboDirective 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of UsedRoboDirective.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ UsedRoboDirective
Returns a new instance of UsedRoboDirective.
      3804 3805 3806  | 
    
      # File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 3804 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#resource_name ⇒ String
The name of the resource that was used.
Corresponds to the JSON property resourceName
      3802 3803 3804  | 
    
      # File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 3802 def resource_name @resource_name end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      3809 3810 3811  | 
    
      # File 'lib/google/apis/toolresults_v1beta3/classes.rb', line 3809 def update!(**args) @resource_name = args[:resource_name] if args.key?(:resource_name) end  |