class Google::Apis::ComputeBeta::ValidateUrlMapsRequest

Attributes

resource[RW]

A UrlMap resource. This resource defines the mapping from URL to the BackendService resource, based on the “longest-match” of the URL's host and path. Corresponds to the JSON property `resource` @return [Google::Apis::ComputeBeta::UrlMap]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/compute_beta/classes.rb, line 9478
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/compute_beta/classes.rb, line 9483
def update!(**args)
  @resource = args[:resource] if args.key?(:resource)
end