Class: Google::Apis::ComputeAlpha::UrlMapsValidateResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::UrlMapsValidateResponse
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#result ⇒ Google::Apis::ComputeAlpha::UrlMapValidationResult
Message representing the validation result for a UrlMap.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UrlMapsValidateResponse
constructor
A new instance of UrlMapsValidateResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ UrlMapsValidateResponse
Returns a new instance of UrlMapsValidateResponse
31369 31370 31371 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 31369 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::ComputeAlpha::UrlMapValidationResult
Message representing the validation result for a UrlMap.
Corresponds to the JSON property result
31367 31368 31369 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 31367 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31374 31375 31376 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 31374 def update!(**args) @result = args[:result] if args.key?(:result) end |