class Google::Apis::ComputeBeta::ValidateUrlMapsResponse
Attributes
result[RW]
Message representing the validation result for a UrlMap. Corresponds to the JSON property `result` @return [Google::Apis::ComputeBeta::UrlMapValidationResult]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/compute_beta/classes.rb, line 9497 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/compute_beta/classes.rb, line 9502 def update!(**args) @result = args[:result] if args.key?(:result) end