Class: Google::Apis::ComputeV1::ValidateUrlMapsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ComputeV1::ValidateUrlMapsResponse
 
 
- 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
- 
  
    
      #result  ⇒ Google::Apis::ComputeV1::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
      21312 21313 21314  | 
    
      # File 'generated/google/apis/compute_v1/classes.rb', line 21312 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#result ⇒ Google::Apis::ComputeV1::UrlMapValidationResult
Message representing the validation result for a UrlMap.
Corresponds to the JSON property result
      21310 21311 21312  | 
    
      # File 'generated/google/apis/compute_v1/classes.rb', line 21310 def result @result end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      21317 21318 21319  | 
    
      # File 'generated/google/apis/compute_v1/classes.rb', line 21317 def update!(**args) @result = args[:result] if args.key?(:result) end  |