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.



40541
40542
40543
# File 'lib/google/apis/compute_beta/classes.rb', line 40541

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



40539
40540
40541
# File 'lib/google/apis/compute_beta/classes.rb', line 40539

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



40546
40547
40548
# File 'lib/google/apis/compute_beta/classes.rb', line 40546

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