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.
41172 41173 41174 |
# File 'lib/google/apis/compute_beta/classes.rb', line 41172 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
41170 41171 41172 |
# File 'lib/google/apis/compute_beta/classes.rb', line 41170 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
41177 41178 41179 |
# File 'lib/google/apis/compute_beta/classes.rb', line 41177 def update!(**args) @result = args[:result] if args.key?(:result) end |