Class: Google::Apis::ComputeBeta::ValidateUrlMapsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::ValidateUrlMapsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/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.
36209 36210 36211 |
# File 'generated/google/apis/compute_beta/classes.rb', line 36209 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
36207 36208 36209 |
# File 'generated/google/apis/compute_beta/classes.rb', line 36207 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
36214 36215 36216 |
# File 'generated/google/apis/compute_beta/classes.rb', line 36214 def update!(**args) @result = args[:result] if args.key?(:result) end |