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