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
11881 11882 11883 |
# File 'generated/google/apis/compute_v1/classes.rb', line 11881 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
11879 11880 11881 |
# File 'generated/google/apis/compute_v1/classes.rb', line 11879 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11886 11887 11888 |
# File 'generated/google/apis/compute_v1/classes.rb', line 11886 def update!(**args) @result = args[:result] if args.key?(:result) end |