class Google::Apis::ComputeV1::UrlMapReference
Attributes
url_map[RW]
Corresponds to the JSON property `urlMap` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 39751 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 39756 def update!(**args) @url_map = args[:url_map] if args.key?(:url_map) end