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
36701 36702 36703 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 36701 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
36699 36700 36701 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 36699 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
36706 36707 36708 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 36706 def update!(**args) @result = args[:result] if args.key?(:result) end |