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.



41503
41504
41505
# File 'lib/google/apis/compute_beta/classes.rb', line 41503

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



41501
41502
41503
# File 'lib/google/apis/compute_beta/classes.rb', line 41501

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



41508
41509
41510
# File 'lib/google/apis/compute_beta/classes.rb', line 41508

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