Class: Google::Apis::ComputeBeta::RoutersPreviewResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeBeta::RoutersPreviewResponse
 
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
 generated/google/apis/compute_beta/representations.rb,
 generated/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #resource  ⇒ Google::Apis::ComputeBeta::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
| 16032 16033 16034 | # File 'generated/google/apis/compute_beta/classes.rb', line 16032 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#resource ⇒ Google::Apis::ComputeBeta::Router
Router resource.
Corresponds to the JSON property resource
| 16030 16031 16032 | # File 'generated/google/apis/compute_beta/classes.rb', line 16030 def resource @resource end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 16037 16038 16039 | # File 'generated/google/apis/compute_beta/classes.rb', line 16037 def update!(**args) @resource = args[:resource] if args.key?(:resource) end |