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.
50783 50784 50785 |
# File 'lib/google/apis/compute_beta/classes.rb', line 50783 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
50781 50782 50783 |
# File 'lib/google/apis/compute_beta/classes.rb', line 50781 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
50788 50789 50790 |
# File 'lib/google/apis/compute_beta/classes.rb', line 50788 def update!(**args) @result = args[:result] if args.key?(:result) end |