Class: Google::Apis::ComputeAlpha::UrlMapsValidateResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UrlMapsValidateResponse

Returns a new instance of UrlMapsValidateResponse.



41197
41198
41199
# File 'generated/google/apis/compute_alpha/classes.rb', line 41197

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

Instance Attribute Details

#resultGoogle::Apis::ComputeAlpha::UrlMapValidationResult

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



41195
41196
41197
# File 'generated/google/apis/compute_alpha/classes.rb', line 41195

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



41202
41203
41204
# File 'generated/google/apis/compute_alpha/classes.rb', line 41202

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