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.



33245
33246
33247
# File 'generated/google/apis/compute_beta/classes.rb', line 33245

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



33243
33244
33245
# File 'generated/google/apis/compute_beta/classes.rb', line 33243

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



33250
33251
33252
# File 'generated/google/apis/compute_beta/classes.rb', line 33250

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