Class: Google::Apis::ComputeV1::ValidateUrlMapsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ValidateUrlMapsResponse

Returns a new instance of ValidateUrlMapsResponse.



38079
38080
38081
# File 'lib/google/apis/compute_v1/classes.rb', line 38079

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

Instance Attribute Details

#resultGoogle::Apis::ComputeV1::UrlMapValidationResult

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



38077
38078
38079
# File 'lib/google/apis/compute_v1/classes.rb', line 38077

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



38084
38085
38086
# File 'lib/google/apis/compute_v1/classes.rb', line 38084

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