Class: Google::Apis::ComputeV1::TargetReference
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeV1::TargetReference
 
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
 generated/google/apis/compute_v1/representations.rb,
 generated/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #target  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property target.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ TargetReference 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of TargetReference. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ TargetReference
Returns a new instance of TargetReference
| 17423 17424 17425 | # File 'generated/google/apis/compute_v1/classes.rb', line 17423 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#target ⇒ String
Corresponds to the JSON property target
| 17421 17422 17423 | # File 'generated/google/apis/compute_v1/classes.rb', line 17421 def target @target end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 17428 17429 17430 | # File 'generated/google/apis/compute_v1/classes.rb', line 17428 def update!(**args) @target = args[:target] if args.key?(:target) end |