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



26037
26038
26039
# File 'generated/google/apis/compute_beta/classes.rb', line 26037

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



26035
26036
26037
# File 'generated/google/apis/compute_beta/classes.rb', line 26035

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



26042
26043
26044
# File 'generated/google/apis/compute_beta/classes.rb', line 26042

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