Class: Google::Apis::ComputeV1::RoutersPreviewResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ComputeV1::RoutersPreviewResponse
 
 
- 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
- 
  
    
      #resource  ⇒ Google::Apis::ComputeV1::Router 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Router resource.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ RoutersPreviewResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of RoutersPreviewResponse.
 - 
  
    
      #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) ⇒ RoutersPreviewResponse
Returns a new instance of RoutersPreviewResponse
      16484 16485 16486  | 
    
      # File 'generated/google/apis/compute_v1/classes.rb', line 16484 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#resource ⇒ Google::Apis::ComputeV1::Router
Router resource.
Corresponds to the JSON property resource
      16482 16483 16484  | 
    
      # File 'generated/google/apis/compute_v1/classes.rb', line 16482 def resource @resource end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      16489 16490 16491  | 
    
      # File 'generated/google/apis/compute_v1/classes.rb', line 16489 def update!(**args) @resource = args[:resource] if args.key?(:resource) end  |