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
35501 35502 35503 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 35501 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
35499 35500 35501 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 35499 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
35506 35507 35508 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 35506 def update!(**args) @result = args[:result] if args.key?(:result) end |