Class: Google::Apis::ComputeV1::ValidateUrlMapsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::ValidateUrlMapsResponse
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#result ⇒ Google::Apis::ComputeV1::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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ValidateUrlMapsResponse
Returns a new instance of ValidateUrlMapsResponse
18077 18078 18079 |
# File 'generated/google/apis/compute_v1/classes.rb', line 18077 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::ComputeV1::UrlMapValidationResult
Message representing the validation result for a UrlMap.
Corresponds to the JSON property result
18075 18076 18077 |
# File 'generated/google/apis/compute_v1/classes.rb', line 18075 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18082 18083 18084 |
# File 'generated/google/apis/compute_v1/classes.rb', line 18082 def update!(**args) @result = args[:result] if args.key?(:result) end |