Class: Google::Apis::ComputeV1::ValidateUrlMapsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::ValidateUrlMapsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ ValidateUrlMapsResponse
Returns a new instance of ValidateUrlMapsResponse.
64956 64957 64958 |
# File 'lib/google/apis/compute_v1/classes.rb', line 64956 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
64954 64955 64956 |
# File 'lib/google/apis/compute_v1/classes.rb', line 64954 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
64961 64962 64963 |
# File 'lib/google/apis/compute_v1/classes.rb', line 64961 def update!(**args) @result = args[:result] if args.key?(:result) end |