Class: Google::Apis::ComputeBeta::ValidateUrlMapsResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ValidateUrlMapsResponse

Returns a new instance of ValidateUrlMapsResponse.



38841
38842
38843
# File 'lib/google/apis/compute_beta/classes.rb', line 38841

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resultGoogle::Apis::ComputeBeta::UrlMapValidationResult

Message representing the validation result for a UrlMap. Corresponds to the JSON property result



38839
38840
38841
# File 'lib/google/apis/compute_beta/classes.rb', line 38839

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



38846
38847
38848
# File 'lib/google/apis/compute_beta/classes.rb', line 38846

def update!(**args)
  @result = args[:result] if args.key?(:result)
end