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.
43129 43130 43131 |
# File 'lib/google/apis/compute_beta/classes.rb', line 43129 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
43127 43128 43129 |
# File 'lib/google/apis/compute_beta/classes.rb', line 43127 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
43134 43135 43136 |
# File 'lib/google/apis/compute_beta/classes.rb', line 43134 def update!(**args) @result = args[:result] if args.key?(:result) end |