Class: Google::Apis::ComputeBeta::ValidateUrlMapsResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ValidateUrlMapsResponse

Returns a new instance of ValidateUrlMapsResponse.



11054
11055
11056
# File 'generated/google/apis/compute_beta/classes.rb', line 11054

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resultGoogle::Apis::ComputeBeta::UrlMapValidationResult

Message representing the validation result for a UrlMap. Corresponds to the JSON property result



11052
11053
11054
# File 'generated/google/apis/compute_beta/classes.rb', line 11052

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11059
11060
11061
# File 'generated/google/apis/compute_beta/classes.rb', line 11059

def update!(**args)
  @result = args[:result] if args.key?(:result)
end