Class: Google::Apis::ComputeBeta::ValidateUrlMapsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::ValidateUrlMapsResponse
- 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
-
#result ⇒ Google::Apis::ComputeBeta::UrlMapValidationResult
Message representing the validation result for a UrlMap.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ValidateUrlMapsResponse
constructor
A new instance of ValidateUrlMapsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ValidateUrlMapsResponse
Returns a new instance of ValidateUrlMapsResponse.
41747 41748 41749 |
# File 'lib/google/apis/compute_beta/classes.rb', line 41747 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::ComputeBeta::UrlMapValidationResult
Message representing the validation result for a UrlMap.
Corresponds to the JSON property result
41745 41746 41747 |
# File 'lib/google/apis/compute_beta/classes.rb', line 41745 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
41752 41753 41754 |
# File 'lib/google/apis/compute_beta/classes.rb', line 41752 def update!(**args) @result = args[:result] if args.key?(:result) end |