Class: Google::Apis::ComputeBeta::ValidateUrlMapsResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ComputeBeta::ValidateUrlMapsResponse
 
- 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
- 
  
    
      #result  ⇒ Google::Apis::ComputeBeta::UrlMapValidationResult 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Message representing the validation result for a UrlMap. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ValidateUrlMapsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ValidateUrlMapsResponse. 
- 
  
    
      #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) ⇒ ValidateUrlMapsResponse
Returns a new instance of ValidateUrlMapsResponse
| 20971 20972 20973 | # File 'generated/google/apis/compute_beta/classes.rb', line 20971 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#result ⇒ Google::Apis::ComputeBeta::UrlMapValidationResult
Message representing the validation result for a UrlMap.
Corresponds to the JSON property result
| 20969 20970 20971 | # File 'generated/google/apis/compute_beta/classes.rb', line 20969 def result @result end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 20976 20977 20978 | # File 'generated/google/apis/compute_beta/classes.rb', line 20976 def update!(**args) @result = args[:result] if args.key?(:result) end |